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.
c programming quiz on input and output
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

DO NOT MISS OTHER C PROGRAMMING TUTORIAL

* indicates required


Comments

  1. I think four option will be better ........ three options are predictable

    ReplyDelete
    Replies
    1. Thanks for your suggestion , I will work on it in next post.

      Delete
  2. spelling mistake , but it is nice

    ReplyDelete

Post a Comment

Popular posts from this blog

Copy Constructor

Print pattern in c - explore new perspectives in pattern printing

C program to check if the supplied year is leap year or not.