How to Program in CPP / C++ and C in Linux
Pages
Home
C++ Cloud
Class and Objects
Function in C++
Constructors and Destructors
Operator Overloading and Type Conversion
Inheritance
Virtual Functions and Polymorphism
Accept an object by reference in copy constructor in C++ ?
Pointers in C/CPP/C++
Data Structure cpp Programs
20120113
Program in C to learn preprocessor directive,
Program in C to learn preprocessor directive, preprocessor.c
#include<stdio.h>
#define size 5
int main()
{
int i=1;
for(i=1;i<=5;i++)
printf("\n %d \n", i);
return 0;
}
Previous
Home
Next
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment