C Programming Quiz online on input and output
This blog has been migrated to learn c programming for beginners
Following quiz provides Multiple Choice Questions (MCQs) related to C Programming input and output . You will have to read all the given answers and click over the correct answer. You are given 3 to 4 options , you have to click on option until you are right.
2.scanf("%3f%4f",&x,&y);
7.scanf("%d%*c%d%*c%d",&x,&y,&z);
8.printf("%8.3s","sureshkumar");
9.printf("9\\11\\1978");
10.printf("%7.3f","100.4567");
You can Browse related article below for more information and program code related to string function
Does above is helpful , Post you views in comment
c programming quiz on input and output |
1.What is difference between getch() and getche()?
2.scanf("%3f%4f",&x,&y);
Input is: 5.93 , 65.87
3.What is use of escape character '\b'?
4.What is use of escape character '\r'?
5.What is use of escape character '\a'?
6.'\v' and '\f' escape character are effective for?
7.scanf("%d%*c%d%*c%d",&x,&y,&z);
Input is: 3/1/2003
8.printf("%8.3s","sureshkumar");
9.printf("9\\11\\1978");
10.printf("%7.3f","100.4567");
You can Browse related article below for more information and program code related to string function
Does above is helpful , Post you views in comment
I think four option will be better ........ three options are predictable
ReplyDeleteThanks for your suggestion , I will work on it in next post.
Deletespelling mistake , but it is nice
ReplyDelete