Choose one of the choices given below.
#include<stdio.h>
int main()
{
printf("%d%d",printf("hai"), printf("hello"));
return 0;
}
Choices
1) compile error
2) compiled but execution stops
3) hellohai35
4) haihello35 (or) hellohai35
5) haihello53 (or) hellohai53
6) None.
No comments:
Post a Comment