When the macros gets expanded?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C Interview Questions

#include <stdio.h> int main ( int argc, char* argv [ ] ) { int value1 = 10; int value2 = 5; printf ( "\n The sum is :%d", value1 | value2 ); } This is the answer asked by some one to add two numbers with out using arithmetic operator?Yes this answer is write it given out put as 15.But how????? what is need of following line? int main ( int argc, char* argv [ ] ) how it work?what is the meaning for this line? please explain me.Advance thanks

9 Answers   Excel,


What do you mean by keywords in c?

0 Answers  


Can a variable be both constant and volatile?

0 Answers  


How do I create a directory? How do I remove a directory (and its contents)?

0 Answers  


5. distance conversion: Convert a distance from miles to kilometers .there are 5280 feets per mile,12 inches per foot .2.54 centimeters per inch and 100000centimeters per kilometer

4 Answers  






what is the output of below int n=10; (n++)++; printf("%d",n);

3 Answers  


What is derived datatype in c?

0 Answers  


C program to find all possible outcomes of a dice?

0 Answers  


What is bubble sort in c?

0 Answers  


What are the 5 types of inheritance in c ++?

0 Answers  


what is the basis for selection of arrays or pointers as data structure in a program

0 Answers   TCS,


What do you understand by normalization of pointers?

0 Answers  


Categories