* file extention must be created . C example ( hello.c)
* Windows use download IDE like code:: block
# Linux user install g++
// single line comment
/* multiline comment */
// c code start here
# include <stdio.h>
Int main(void):{
Printf("Hello world \n");
Return 0;
}
0 Comments
Post a Comment