C True False Questions

  1. Switch statement can have any number of case instances
    1. True
    2. False
Answer :
A
Explanation:
Added By : Abhijit Kumar

  1. Two case constants within the same switch statement can have the same value.
    1. True
    2. False
Answer :
B
Explanation:
Added By : Abhijit Kumar


  1. ferror( ) reports any error that might have occurred during a read/write operation on a file.
    1. True
    2. False
Answer :
A
Explanation:
Added By : Mukesh

  1. A file opened for writing already exists its contents would be overwritten.
    1. True
    2. False
Answer :
A
Explanation:
Added By : Mukesh

  1. Structure is collection of dissimilar data types.
    1. True
    2. False
Answer :
A
Explanation:
Added By : Rohit

  1. A do-while loop is used to ensure that the statements within the loop are executed at least twice.
    1. True
    2. False
Answer :
B
Explanation:
do-while loop is used to ensure that the statements within the loop are executed at least once.
Added By : Nitin Goyal


Post Your Question
Social Sharing
Search