Which of the following is used to represent array index?
[]
{}
()
<>
Which of the following is used to represent a single quote as a character constant?
Data sequence
Character sequence
String sequence
Escape sequence
Which method is used to check the way in which computer will look?
Data through
Branching
Control through
Walk through
How many types of numeric constants are there in c?
2
3
4
5
Which is a decimal number that represents an integral value?
Number constant
Character constant
floating-point constant
Integer constant
Which is a set of instructions to be executes sequentially to obtain the desired result?
Program
Identifiers
Data types
Operators
Which operator has the highest Order of precedence?
Binary operator
Ternary operator
Control operator
Unary operator
Which of the following is primarily made up of numbers and can include decimal points?
Numeric
Non numeric
Interval
Ratio
Which of the following is the advantage of flow chart?
Limited space for labeling
It is easy to understand small flow charts
Comparison is made easy
Record comparison between two things or objects
Which is a valid single quote character constant?
‘-‘
‘\’’
‘*’
‘1’