Printf Multiple Choice Questions : Two Strings in Printf
Question : Guess the output of Program
#include<stdio.h>
#include<conio.h>
void main()
{
clrscr();
printf("Computer","Programming");
getch();
}
- Computer
- Programming
- ComputerProgramming
- Garbage
Output :
Switch to Printf MCQ Home : Click Here
How and Why ?
- Only First String Will be Accepted
- If number of Strings are Seperated by "Comma" then it will accept only first String



0 Comments:
Post a Comment
Your Feedback :This is Growing Site and Your Feedback is important for Us to improve the Site performance & Quality of Content.Feel Free to contact and Please Provide Name & Contact Email