How #define works?
No Answer is Posted For this Question
Be the First to Post Answer
What is the difference between void main and main in c?
what will be the output of" printf("%d%d",scanf("%d% d",&a&b));"
How Many Header Files in c?
Why structure is used in c?
I need previous papers of CSC.......plz help out by posting them.......
If fflush wont work, what can I use to flush input?
program to get the remainder and quotant of given two numbers with out using % and / operators?
10 Answers College School Exams Tests, IBM,
What is a static function in c?
what is the Output? int a=4 b=3; printf("%d%d%d%d%d%d",a++,++a,a++,a++,++a,a++); printf("%d%d%d%d%d%d",b--,b--,--b,b--,--b,--b);
What the advantages of using Unions?
what is the maximum limit of row and column of a matrix in c programming. in linux .
What are global variables?