Friday, February 19, 2016

Structure of C Programming

Writing code in Code block software you need to start with this basic structure.


#include<stdio.h>

int main()
{




return 0;
}

No comments:

Post a Comment