6. In C language ++ is ?
(a) Arithmetic operator
(b) Relational operator
(c) Increment operators
(d) None of these
Explanation
Explanation : No answer description available for this question.
Let us discuss.7. _________ statement is used control the flow of execution ?
(a) If statement
(b) Goto statement
(c) Switch statement
(d) All of these
Explanation
Explanation : No answer description available for this question.
Let us discuss.8. Which symbol is used as a statement terminator in C ?
(a) Tilde
(b) Hash
(c) Semicolon
(d) Exlamation Mark
Explanation
Explanation : No answer description available for this question.
Let us discuss.9. What will be the maximum size of a float variable in C ?
(a) 1 byte
(b) 2 bytes
(c) 4 bytes
(d) 8 bytes
Explanation
Explanation : No answer description available for this question.
Let us discuss.10. Which of the following are tokens in C ?
(a) Variable
(b) Keywords
(c) Constants
(d) All of above
Explanation
Explanation : No answer description available for this question.
Let us discuss.Related Posts
C Language » Exercise - 114. The size of string variable is ? (a) 1 byte (b) 8 bytes (c) 16 bytes (d) None of theseTags: bytes, language, size, variable, byte, general, computer
C Language » Exercise - 112. What will be the maximum size of a double variable ? (a) 1 byte (b) 4 bytes (c) 8 bytes (d) 16 bytesTags: bytes, language, size, variable, byte, general, computer
C 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 bytesTags: bytes, language, size, variable, byte, general, computer
C Language » Exercise - 16. In C language ++ is ? (a) Arithmetic operator (b) Relational operator (c) Increment operators (d) None of theseTags: language, operator, operators, general, computer
C Language » Exercise - 15. In a C language && is a ? (a) Relational operator (b) Logical operator (c) Arithmetic operators (d) None of theseTags: language, operator, operators, general, computer