Answer Posted / praphulla
It automatically passes values to declared varibles.
ex: enum{red,green,blue}
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Is there a way to have non-constant case labels (i.e. Ranges or arbitrary expressions)?
What is the use of ?
What is the difference between c and python?
what is the role you expect in software industry?
What is volatile variable in c with example?
How do you define CONSTANT in C?
What is c programming structure?
Why should I prototype a function?
What type is sizeof?
What is wrong in this statement? scanf(ā%dā,whatnumber);
What is malloc and calloc?
How to declare a variable?
What is the scope of global variable in c?
What is wrong with this initialization?
What is the difference between null pointer and wild pointer?