info@avatto.com
+91-9920808017
21. The C declaration int b [100]; reserves ____________ successive memory locations,each large enough to contain single integer.
200
10,000
100
10
Your email address will not be published. Required fields are marked *
Report
Name
Email
Website
Save my name, email, and website in this browser for the next time I comment.
Comment
22. What is the output of the following 'C' program? main { extern int I; i = 20; print("%d",size of (I)); }
2
8
Would vary compiler to cimpiler
Error
23. What is the output of the following 'C' program? main() { extern int a; printf("\n%d",a); } int a=20;
Undefined
20
Garbage Value
24. The value of an automatic variable that is declared but not initialized will be
0
Null
Garbage
None of these
25. Choose the correct answer
Enum variables can not be assigned new values
Enum variables can be compared
Enumeration feature increase the power of C
All of above
Login with Facebook
Login with Google
Forgot your password?
Lost your password? Please enter your email address. You will receive mail with link to set new password.
Back to login