Join Examsbook
800 0

Q: What would be the output of the following program? main() {     char a[] = "Visual C++";     char *b = "Visual C++";     printf ("\n%d %d", sizeof (a), sizeof (b));     printf ("\n%d %d", sizeof (*a), sizeof (*b)); }

  • Show AnswerHide Answer
  • Workspace

Answer :
Explanation :

11  2  1   1

Are you sure

  Report Error

Please Enter Message
Error Reported Successfully