Get Started
799

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 Answer
  • Workspace

Answer :
Explanation :

11  2  1   1

The Most Comprehensive Exam Preparation Platform

Get the Examsbook Prep App Today