Â
#include <stdio.h>
int main()
{
printf("My first program in C ");
/* my first program in C */
/*Multiline comments : */
printf("My first program in C ");
/*Hey, this is
the first program
in C*/
}
//..........Coded by RISHAB NAIR
#ENJOY CODING
Post a Comment
FOR ANY DOUBTS AND ERRORS FEEL FREE TO ASK. YOUR DOUBTS WILL BE ADDRESSED ASAP