Explain how do you override a defined macro?
No Answer is Posted For this Question
Be the First to Post Answer
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
to get a line of text and count the number of vowels in it
Explain the priority queues?
What is typedf?
‘ C’ PROGRAME TO SHOW THE TYPE OF TRANGLE BY ACCEPTING IT’S LENGTH .
What are integer variable, floating-point variable and character variable?
what is a non volatile key word in c language?
how can i get the output 54321 4321 321 21 1 in c programming........???? pls help......
How can I call system when parameters (filenames, etc.) Of the executed command arent known until run time?
Explain enumerated types.
Why is c still so popular?
int main(){ float f=8.0; if(f==8.0) printf("good"); else printf("bad"); } what is the answere and explain it?