How #define works?
No Answer is Posted For this Question
Be the First to Post Answer
what is the output of the following program? main() { int i=-1,j=-1,k=0,l=2,m; m=i++&&j++&&k++||l++; printf("%d %d %d %d %d",i,j,k,l,m); }
difference between native and cross compilers
number of times a digit is present in a number
What does d mean?
Explain what is operator promotion?
Diff: between this 2 classes in terms of memory class A { int i; char c; double d; }; class A { double d; int i; char c; }; How it is calculating?
could u able to tell about suresoft technical session
Explain how do you declare an array that will hold more than 64kb of data?
int a=20; int b=30; int c=40; printf("%d%d%d"); what will be the output?
what is the function of pragma directive in c?
What are reserved words with a programming language?
Which type of language is c?