C True False Questions
- sizeof( ) is a function that returns the size of a variable.
- True
- False
Answer :
B
Explanation:
Sizeof() is a operator in the C programming language. It is a compile time unary operator which can be used to compute the size of its operand.
Added By : Rachita
- The ++ operator increments the operand by 1, whereas, the -- operator decrements it by 1.
- True
- False
Added By : Srinivas
- It is necessary that a loop counter must only be an int. It cannot be a float.
- True
- False
Added By : Srinivas
- A zero value is considered to be false and a non-zero value is considered to be true.
- True
- False
Added By : Srinivas
- = is used for comparison, whereas, == is used for assignment of two quantities.
- True
- False
Added By : Srinivas
- Blank spaces may be inserted between two words to improve the readability of the statement.
- True
- False
Answer :
A
Explanation:
We can insert blank spaces between two words to improve the readability of the statement but no blank spaces are allowed within a variable, constant or keyword.
Added By : Arya Bansal
- The keywords cannot be used as variable names.
- True
- False
Answer :
A
Explanation:
If we create a variable with same name as keyword means we are trying to assign a new meaning to the keyword, which is not allowed by the compiler.
Added By : Arya Bansal
- continue keyword skip one iteration of loop?
- True
- False
Added By : Abhijit Kumar
Also Exercise
Post Your Question
Social Sharing
Search
Articles
Recently Added Jobs
Rajasthan High Court - Jodhpur Recruitment 2017 for Civil Judges
Last Date: 21 December, 2017
Last Date: 21 December, 2017
WBSEDCL Recruitment - 2017 for Office Executive
Last Date: 16 May, 2017
Last Date: 16 May, 2017
RECRUITMENT OF PROBATIONARY OFFICERS IN STATE BANK OF INDIA
Last Date: 06 March, 2017
Last Date: 06 March, 2017
UPSC Combined Medical Services Examination 2015
Last Date: 10 April, 2015
Last Date: 10 April, 2015
UPSC Engineering Services Examination 2015
Last Date: 10 April, 2015
Last Date: 10 April, 2015