Q. What is the output of the program.?
#include<stdio.h>
Code:
#include<stdio.h>
int main()
{
printf("Hello Boss.");
}
β
Correct Answer: (D)
Compiler error
int main()
{
printf("Hello Boss.");
}
You must be Logged in to update hint/solution