Learn C

Hi Friends this page allow you to view basic and precious Rules and  logic for making beginner level programs in C.



  • Always remember to include a hedder file for you programs to be compiled and run properly
  • Basic headder files are
  • for C: stdio.h
                     stdio.h stands for Standard Input Output Headder file.

  • Syntax for including stdio.h is #include<stdio.h>

No comments:

Post a Comment