Friday, March 8, 2019

"C"-Language Quiz-1



'C' Language quiz -1

"Do Your Best

  1. What is a mean of Bug...........?

    A logical error in program

    Difficult syntax error
    Both
    None

  1. A sequence of instruction,in Computer language .....?

  2. Program
    Algorithm
    A Decision Table
    None

  3. An Algorithm is best describes as.............?

  4. Program
    Computer Language
    Math Program
    A step by step procedure for solving a problem

  5. 'C' is a.................?

  6. High level language
    Low level language
    High level language with low level features
    None

  7. The Language Understood by a PC without translation is......?

  8. Machine
    High
    Assembly
    None

  9. Natural Number 1 is also a.............?

  10. Integer
    Prime
    Real
    None

  11. Prime Number is a Number............?

  12. Divisible by 1
    Divisible by 1 and by itself
    Divisible by 1 and by itself except the number 1
    None

  13. A typecast is used to ............?

  14. define a new data type
    rename an old type
    force a value to be a particular variable type
    None

  15. Which of the following is not a library function....?

  16. isprint()
    isdigit()
    isspace()
    None

  17. The Operator && in 'C' Language is.....?

  18. OR
    AND
    NOT
    None

  19. In Case of Ordinary int Variables.............?

  20. the left mostbit is reserved for sign
    the right mostbit is reserved for sign
    No bit is reserved for sign
    None

  21. The Experession i=40*10+5, evaluates to.......?

  22. 405
    600
    0
    -405

  23. Which is more appropriate for reading in multi-word string....?

  24. gets()
    printf()
    Scanf()
    puts()

  25. A Constant can not be used except.....?

  26. as a formal argument
    with ++ operator
    None
    for assigning a initial value to variable

  27. Operator precedence determines which operator...........?

  28. Operates on largest number
    is used first
    is most important
    is used last

  29. Choose Odd One out............?

  30. \n
    \a
    /n
    \

  31. If you don't initialize a static array , what will be the element set to...?

  32. One
    Floating Point
    an Undetermined Value
    Zero

  33. The declaration void function (int) indicates function which....?

  34. returns nothing
    has no arguments
    both
    None

  35. Recursive functions are executed in a ............?

  36. First in first Order
    Last in first Order
    Parallel fashion
    All

  37. Traversal means..............?

  38. Accessing each and every element of an array
    Adding new element in array
    ordering elements in array
    removing an existing element from an array

"Never Give Up"!


                 By-Lavkush Yadav(18113)

No comments:

Post a Comment

MCQ QUESTIONS

Loading…