How does #define work?
No Answer is Posted For this Question
Be the First to Post Answer
What are the header files used in c language?
what is difference between array and structure?
44 Answers College School Exams Tests, CTS, Google, HCL, IBM, Motorola, TCS,
What is the role of this pointer?
In C, What is the #line used for?
Is there something we can do in C but not in C++? Declare variable names that are keywords in C++ but not C.
What is variable in c example?
What is the significance of scope resolution operator?
0 Answers Agilent, ZS Associates,
i need all types of question paper releted to "c" and other language.
How is a pointer variable declared?
while initialization of two dimensional arrays we can initialize like a[][2] but why not a[2][] is there any reason behind this?
Why is sizeof () an operator and not a function?
p*=(++q)++*--p when p=q=1 while(q<=6)