What is the benefit of using an enum rather than a #define constant?
No Answer is Posted For this Question
Be the First to Post Answer
program to find the second largest word in a paragraph amongst all words that repeat more thn twice
How can you check to see whether a symbol is defined?
What is the difference between constant pointer and constant variable?
What are directives in c?
When is a “switch” statement preferable over an “if” statement?
What is 'bus error'?
Write a program to generate the first n terms in the series --- 2,3,5,7,11,...,17
which one low Priority in c? a)=,b)++,c)==,d)+
write a c program to store and print name,address,roll.no of a student using structures?
What is the scope of an external variable in c?
When should a type cast not be used?
what is the difference between NULL('\0') and 0?