C Language – Exercise – 1

C Language » Exercise – 1

1. Who invented the C language ?

(a) Niklaus Writh
(b) Donald Kunth
(c) Seymour Papert
(d) Dennis M. Ritchie

Answer
Answer : (d)
Explanation
Explanation : No answer description available for this question. Let us discuss.
Discuss
Discuss : Write your answer. Click here.

2. C language was developed in the year :

(a) 1971
(b) 1972
(c) 1981
(d) 1982

Answer
Answer : (b)
Explanation
Explanation : No answer description available for this question. Let us discuss.
Discuss
Discuss : Write your answer. Click here.

3. C is a _________ programming language ?

(a) Low level
(b) Middle level
(c) High Level
(d) Machine level

Answer
Answer : (b)
Explanation
Explanation : No answer description available for this question. Let us discuss.
Discuss
Discuss : Write your answer. Click here.

4. In C language reading data from keyboard ?

(a) Printf
(b) Scanf
(c) Int
(d) Main()

Answer
Answer : (b)
Explanation
Explanation : No answer description available for this question. Let us discuss.
Discuss
Discuss : Write your answer. Click here.

5. In a C language && is a ?

(a) Relational operator
(b) Logical operator
(c) Arithmetic operators
(d) None of these

Answer
Answer : (b)
Explanation
Explanation : No answer description available for this question. Let us discuss.
Discuss
Discuss : Write your answer. Click here.

Related Posts

  • C Language - 14C Language » Exercise - 114. The size of string variable is ? (a) 1 byte (b) 8 bytes (c) 16 bytes (d) None of these
    Tags: bytes, language, size, variable, byte, general, computer
  • C Language - 9C Language » Exercise - 19. What will be the maximum size of a float variable in C ? (a) 1 byte (b) 2 bytes (c) 4 bytes (d) 8 bytes
    Tags: bytes, language, size, variable, byte, general, computer
  • C Language - 12C Language » Exercise - 112. What will be the maximum size of a double variable ? (a) 1 byte (b) 4 bytes (c) 8 bytes (d) 16 bytes
    Tags: bytes, language, size, variable, byte, general, computer
  • C Language - 5C Language » Exercise - 15. In a C language && is a ? (a) Relational operator (b) Logical operator (c) Arithmetic operators (d) None of these
    Tags: language, operator, operators, general, computer
  • C Language - 6C Language » Exercise - 16. In C language ++ is ? (a) Arithmetic operator (b) Relational operator (c) Increment operators (d) None of these
    Tags: language, operator, operators, general, computer