The C Program Can Be Explained Using Simple Program. Because, Understand Every One Way Of Learning in C Program & also Explain comments where do use in c program.
Program
#include<stdio.h> // This is a preprocessor directive
int main(void) // This is identifiers the function main()
{ // This marks the beginning of main()
printf("Welcome Alltechprograms"); // This line outputs a quotation
return 0; // This return control to the operating system
} // This marks the end of the main()
No comments:
Post a Comment