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 are conditional operators in C?

0 Answers   Adobe,


main() { struct test { char c; int i; char m; } t1; printf("%d %d\n", sizeof(t1), sizeof(t1.c)); }

1 Answers   Vector, Vector India,


Whether there can be main inside another main?If so how does it work?

14 Answers   Sail, Wipro,


How can I implement opaque (abstract) data types in C? What's the difference between these two declarations? struct x1 { ... }; typedef struct { ... } x2;

2 Answers  


What is typeof in c?

0 Answers  






biggest of two no's with out using if condition statement

5 Answers  


how to find the sizof of any datatype using bit manipulations

3 Answers  


what will be the out put. #include<stdio.h> void main() { printf("Output:"); printf(1+"vikashpatel"); }//output: ikashpatel

1 Answers   V2 Solutions,


What is pointer and structure in c?

0 Answers  


3. When do you say that a digraph is acyclic A)if and only if its first search does not have back arcs B)a digraph is acyclic if and only if its first search does not have back vertices C)if and only if its first search does not have same dfnumber D)None of these

0 Answers   Accenture,


How to write the code of the program to swap two numbers with in one statement?

2 Answers  


in b=6.6/a+(2*a+(3*c)/a*d)/(2/n); which operation will be performed first a) 6.6/a b) 2*a c) 3*c d) 2/n

1 Answers  


Categories