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 difference between the = symbol and == symbol?
What are the __date__ and __time__ preprocessor commands?
Difference between constant pointer and pointer to a constant.
Can a pointer be volatile in c?
write a C program:There is a mobile keypad with numbers 0-9 and alphabets on it. Take input 0f 7 keys and then form a word from the alphabets present on the keys.
In which language linux is written?
What is the use of clrscr?
What is the difference between text and binary i/o?
int i[2], j; int *pi;i[0] = 1; i[1] = 5; pi = i; j = *pi + 1 + *(pi + 1)Value of j after execution of the above statements will be a) 7 b) 6 c) 4 d) pointer
diff between exptected result and requirement?
What are the different types of C instructions?
Are c and c++ the same?
a parameter passed between a calling program and a called program a) variable b) constant c) argument d) all of the above
What is meant by preprocessor in c?
What is a c token and types of c tokens?