HTML/JavaScript

Quiz - 1 On C Programming Tutorial


  1. 1. In which year C language was developed?
     

  1. a.1995 

  1. b.2000 

  1. c.1972 

  1. d.1989 

  1. 2. Which software is not supported for C Programming? 

  1. a.xampp

  1. b.Dev C/C++ 

  1. c.Eclipse  

  1. d.NetBeans 

    3. Main is a _______? 

  1. a.Exist point of the program. 

  1. b.Variable of the program. 

  1. c.Operator. 

  1. d.Entry point if the program. 

    4. A word having a fixed meaning is called ______? 

  1. a.Datatype. 

  1. b.Operator. 

  1. c.Variable. 

  1. d.Keyword. 

   5. \n is use for___? 

  1. a.Tab. 

  1. b.Backspace. 

  1. c.New Program. 

  1. d.New line.    

   6. Data is a____? 

  1. a.Data type. 

  1. b.Variable 

  1. c.Identifier. 

  1. d.Parameter. 

    7. Which Operator returns byte? 

  1. a.Size of. 

  1. b.Relational. 

  1. c.Logical. 

  1. d.Arithmetic. 

    8. Which is also known as a temporary operator?   

             a.Assignment. 

             b.Conditional. 

  1. c.Arithmetic. 

  1. d.Relational. 

    9. = is a part of? 

  1. a.Arithmetic. 

  1. b.Assignment. 

  1. c.Relational. 

  1. d.Logical. 

  10. Find out operator in a>10 && <=50? 

  1. a.Arithmetic and assignment. 

  1. b.Arithmetic and relational. 

  2. c.Relational and logical. 

  1. d.Logical and Bitwise. 

 11. The type value store in a variable, it is known as a? 

  1. a.Keywords. 

  1. b.Data type. 

  1. c.Array 

  1. d.Specifiers. 

 12. Find output of the following program? 

#include<stdio.h> 

int main () 

      { 

   Int a = 20; 

          } 

  1. a.20 

  1. b.a 

  1. c.Error 

  1. d.None of these. 

13. Which of the following special character called in a variable name?      

  1. a.* (asterisk) 

  1. b.- (hyphen) 

  1. c.| (pipeline)  

  1. d._ (Underscore) 

14. How many keywords available in c language?   

  1. a.30 

  1. b.20 

  1. c.23 

  1. d.None of these. 

15. The void is a ____? 

  1. a.Function. 

  1. b.Keyword. 

  1. c.Operator. 

  1. d.Data type. 

     




Answer Section
  1. 1972
  2. xampp
  3. The entry point of the program
  4. Keywords
  5. Newline
  6. Data type
  7. size of
  8. Conditional
  9. Arithmetic
  10. Relational and logical
  11. Data type
  12. None Of these
  13. _(Underscore)
  14. 32
  15. Keyword

Results:

Sk Tajuddin Ali - 11
Priya - 3
Anonymous - 10
Mahima Naanda Panda - 10
Asim Amitav Swain - 10
Smrutishree Sahu - 12
Chandan Barik - 10
Shweta Vartika - 13
Aliva pupul Mohapatra - 14
Abhishek Nayak - 12



            

Post a Comment

0 Comments