Explain 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
What are the rules for the identifier?
What is include directive in c?
what is output of the following statetment?Printf(“%x”, -1<<4); ?
Write a program to produce the following output in c language? 1 1 1 1 2 1 1 3 3 1 1 4 6 4 1
Can a file other than a .h file be included with #include?
Why dont c comments nest?
Finding first/last occurrence of a character in a string without using strchr( ) /strrchr( ) function.
can i know the source code for reversing a linked list with out using a temporary variable?
How do I get a null pointer in my programs?
What is c language used for?
What is volatile variable in c with example?
largest Of three Number using without if condition?