Explain how do you override a defined macro?


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

Post New Answer

More C Interview Questions

If one class contains another class as a member, in what order are the two class constructors called a) Constructor for the member class is called first b) Constructor for the member class is called second c) Only one of the constructors is called d) all of the above

0 Answers  


to get a line of text and count the number of vowels in it

3 Answers   Satyam,


Explain the priority queues?

0 Answers  


What is typedf?

0 Answers  


‘ C’ PROGRAME TO SHOW THE TYPE OF TRANGLE BY ACCEPTING IT’S LENGTH .

0 Answers  






What are integer variable, floating-point variable and character variable?

0 Answers  


what is a non volatile key word in c language?

1 Answers  


how can i get the output 54321 4321 321 21 1 in c programming........???? pls help......

10 Answers   Infosys,


How can I call system when parameters (filenames, etc.) Of the executed command arent known until run time?

0 Answers  


Explain enumerated types.

0 Answers  


Why is c still so popular?

0 Answers  


int main(){ float f=8.0; if(f==8.0) printf("good"); else printf("bad"); } what is the answere and explain it?

3 Answers  


Categories