Posts

Showing posts with the label first program in C
  first program in C #include<stdio.h> int main() { printf("\n Welcome to the world of C "); return 0; }