Answer Posted / gsrinivas
enum data type usally user defined.
for ex:
enum{sunday,monday,tuesday};
enum x;
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
What is && in c programming?
Why is it important to memset a variable, immediately after allocating memory to it ?
explain what is an endless loop?
What is the difference between malloc() and calloc() function in c language?
what is reason of your company position's in india no. 1.
What are the 5 types of inheritance in c ++?
#include
What math functions are available for integers? For floating point?
#include
How can I list all of the predefined identifiers?
void main(int n) { if(n==0) return; main(--n); printf("%d ",n); getch(); } how it work and what will be its output...............it any one know ans plz reply
What is a 'null pointer assignment' error? Explain what are bus errors, memory faults, and core dumps?
Is a pointer a kind of array?
What are # preprocessor operator in c?
What is the use of in c?