Here goes my first post, letting you to know about C basics. Let's write the basic C programm to print "hello world"
#include<studio. h> /* includes standard input/output library */
void main()
{
Printf("hello world");
}
Smart Siva
Author & Editor
In Life every second is important, In programming every line of code is important.
0 comments:
Post a Comment