Why enum is used in c?
No Answer is Posted For this Question
Be the First to Post Answer
What is a shell structure examples?
What is union and structure?
write a program to print the one dimensional array.
Explain what is the benefit of using #define to declare a constant?
difference between spiral and waterfall model
Can I initialize unions?
what is the difference between declaration and definition of a variable or function ?
C program to find all possible outcomes of a dice?
Give me the code of in-order recursive and non-recursive.
a memory of 20 bytes is allocated to a string declared as char *s then the following two statements are executed: s="Etrance" l=strlen(s); what is the value of l ? a.20 b.8 c.9 d.21
Difference between Function to pointer and pointer to function
How many header files are in c?