what are enumerations in C


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C Interview Questions

what is data structure

5 Answers   Maveric, TCS,


Create a simple code fragment that will swap the values of two variables num1 and num2.

0 Answers  


To what value do nonglobal variables default? 1) auto 2) register 3) static

4 Answers  


What is auto keyword in c?

0 Answers  


Where define directive used?

0 Answers  






write a program to check whether a given integer is a strong number or not? [Hint: 145=1!+4!+5! =1+24+120 =145]

7 Answers  


what is the output of below int n=10; (n++)++; printf("%d",n);

3 Answers  


There seem to be a few missing operators ..

0 Answers  


Do string constants represent numerical values?

0 Answers  


Write the syntax and purpose of a switch statement in C.

0 Answers   Adobe,


Would you rather wait for the results of a quicksort, a linear search, or a bubble sort on a 200000 element array? 1) Quicksort 2) Linear Search 3) Bubble Sort

3 Answers  


what do structure language means?

3 Answers   Microsoft,


Categories