What are the basics of C programming? (JNNC Technologies)

                                                            http://jnnctechnologies.com/

1. C programming basics to write a C Program:
C Basic commandsExplanation
#include <stdio.h>This is a preprocessor command that includes standard input output header file(stdio.h) from the C library before compiling a C program
int main()This is the main function from where execution of any C program begins.

0 Comments

'; (function() { var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; dsq.src = '//' + disqus_shortname + '.disqus.com/embed.js'; (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); })();