info@avatto.com
+91-9920808017
11. Consider the declarationschar a;const char aa = 'h';char *na;const char *naa;Which of the following statementsStatement I: aa = a;Statement II: na = &a;Statement III: na = &aa;is/are illegal?
Only I and II
Only II and III
Only I and III
All the three statements are illegal
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
12. Forgetting to include a file (like cmath or math.h) that is necessary will result in
compilation error
warning when the program is run
error at link time
warning when the program is compiled
13. Which of the following comments about inline comments are true?
A function is declared inline by typing the keyword inline before the return value of the function.
A function is declared inline by typing the keyword inline after the return value of the function.
A function that is declared inline may not be treated inline.
Both (a) & (c)
14. At what point of time a variable comes into existence in memory is determined by its
scope
storage class
data type
all of the above
15. Which of the following specifiers need not be honored by the compiler?
register
inline
static
Both (a) & (b)
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