C True False Questions

  1. C programs are converted into machine language with the help of a program called Editor.
    1. True
    2. False
Answer :
False
Explanation:
Added By : Sandhya

  1. Spaces and commas are allowed in a variable name.
    1. True
    2. False
Answer :
False
Explanation:
Added By : Sumit


  1. The maximum value that an integer constant can have varies from one compiler to another.
    1. True
    2. False
Answer :
True
Explanation:
Added By : Prashant

  1. A real constant in C can be expressed in both Fractional and Exponential forms.
    1. True
    2. False
Answer :
True
Explanation:
Added By : Daksh

  1. Only character or integer can be used in switch statement
    1. True
    2. False
Answer :
B
Explanation:

The variable used in a switch statement can only be integers, convertable integers (byte, short, char), strings and enums.

Added By : Karan

  1. The return type of malloc function is void.
    1. True
    2. False
Answer :
B
Explanation:

It returns a pointer of type void.

Added By : Pawan


  1. #define is known as preprocessor compiler directive.
    1. True
    2. False
Answer :
A
Explanation:
Added By : Somya

  1. Algorithm is the graphical representation of logic.
    1. True
    2. False
Answer :
B
Explanation:
Added By : Mahipal

Post Your Question
Social Sharing
Search