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
Differentiate between a for loop and a while loop? What are it uses?
What is the use of typedef in structure in c?
to convert a string without using decrement operater and string functions
Write a c program to demonstrate character and string constants?
When is an interface "good"?
write a program to swap two numbers without using temporary variable?
count = 0; for (i = 1;i < = 10; i++);count = count + i; Value of count after execution of the above statements will be a) 0 b) 11 c) 55 d) array
Why does this code crash?
What is c mainly used for?
Explain what does a function declared as pascal do differently?
An expression to whose value an operater is applied a) operand b) variable c) constant d) all of the above
What does char * * argv mean in c?