Answer Posted / sujith
Another use is for token pasting if used as ##
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is the easiest sorting method to use?
What is a stream water?
how do you execute a c program in unix.
How can you access memory located at a certain address?
why return type of main is not necessary in linux
Difference between Function to pointer and pointer to function
#define PRINT(int) printf("int = %d ",int) main() {< BR> intx,y,z; x=03;y=02;z=01; PRINT(x^x); z<<=3;PRINT(x); y>>=3;PRINT(y); }
In c programming language, how many parameters can be passed to a function ?
What are the advantages of c preprocessor?
If errno contains a nonzero number, is there an error?
Write a code to determine the total number of stops an elevator would take to serve N number of people.
What do you mean by Recursion Function?
Subtract Two Number Without Using Subtraction Operator
how much salary u want ? why u join in our company? your domain is core sector why u prefer software ?
why do some people write if(0 == x) instead of if(x == 0)?