A

Admin • 802.91K Points
Coach

Q. What will be output if you will compile and execute the following c code? #include<stdio.h>
int main(){
char *str="Hello world";
printf("%d",printf("%s",str)); return 0;
}

  • (A) 10hello world
  • (B) 11hello world
  • (C) hello world12
  • (D) hello world13

No solution found for this question.
Add Solution and get +2 points.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.