info@avatto.com
+91-9920808017
0. 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
You must be logged in to post a comment.
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
You must be logged in to post a comment.