In this article, I''ve discussed the different parts of c program with an example. Various parts of c program, c program syntax with example. #include main() { printf("Welcome to www.dheerajpatidar.com"); return 0; }Look at the above example, and understand each of part of C program using the all the stuff mentioned below.First of all have a look at all the parts of C Program in short:Header File InclusionMain FunctionReturn StatementPrintf() functionScanf() function
Enter comment