simple c program
1 2 3 4 5 |
#include<stdio.h> main() { printf("Programming Posts"); } |
Output : Programming Posts
a blog by Sameer
1 2 3 4 5 |
#include<stdio.h> main() { printf("Programming Posts"); } |
Output : Programming Posts
Documentation Block Preprocessor Directive Block Definition Section Global Declaration Section main() { Variable Declaration Block Executable Instruction Block … Continue Reading Basic Structure of C program
There are many Languages in world today. some of the popular languages are : C++, Java, Ada, BASIC, PASCAL, COBOL, FORTRAN, SMALLTALK, VISUAL BASIC,.etc.. These all are high level languages, where as C is a middle level Language.. There are many reasons to learn C : >> C is a… Continue Reading Why we learn C Language ?