Right Click to Search

Sunday, March 7, 2025

Printf MCQ 8 : Multiple Strings seperated by Comman



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();
}
Options :
  1. Computer
  2. Programming
  3. ComputerProgramming
  4. Garbage

Output :

Switch to Printf MCQ Home :  Click Here

How and Why ?
  1. Only First String Will be Accepted
  2. If number of Strings are Seperated by "Comma" then it will accept only first String

  Bookmark & Share

Tags / Keywords : |

Stumble
Delicious
Technorati
Twitter
Facebook

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

 

Learn C Programming Copyright © 2010 LKart Theme is Designed by Lasantha, Free Blogger Templates