comment in c program
comment in c program Example – comments in a program #include <stdio.h> int main() { // Single line comment in a C program printf(“Writing comments is very useful.\n”); /* * Multi-line comment syntax * Comments help us to understand program later … Read more