long int size
a) 4 bytes b) 2 bytes c) compiler dependent d) 8 bytes
Answer Posted / nilabh
4 bytes
Is This Answer Correct ? | 0 Yes | 3 No |
Post New Answer View All Answers
#include main() { enum _tag{ left=10, right, front=100, back}; printf("left is %d, right is %d, front is %d, back is %d",left,right,front,back); }
What is an array in c?
What is the scope of an external variable in c?
Is c# a good language?
What are enums in c?
what type of questions arrive in interview over c programming?
in programming languages a statement or part of a statement that specifies several different execution sequences a) constructs b) distructs c) executes d) none
how can I convert a string to a number?
What is the use of printf() and scanf() functions?
What are the advantage of c language?
What is this infamous null pointer, anyway?
What is modeling?
What is the explanation for modular programming?
What is dynamic variable in c?
Why does the call char scanf work?