Which of the following language is a general purpose language?
C
C ++
Visual basic
Java
Which is a letter, numeral or special symbol, which can be handled by the computer system?
Integer constant
floating-point constant
Character constant
String constant
Which of the following is used to represent a single quote as a character constant?
Data sequence
Character sequence
String sequence
Escape sequence
Which is a decimal number that represents an integral value?
Number constant
Which approach is used to converting the smaller program to larger program?
Integrated approach
Top down approach
Bottom up approach
Object oriented approach
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 sequence of characters from the system’s character set, enclosed in double quotes?
String literal
Literal
Character literal
Integer literal
Which operator has the highest Order of precedence?
Binary operator
Ternary operator
Control operator
Unary operator
Which is a set of instructions to be executes sequentially to obtain the desired result?
Program
Identifiers
Data types
Operators
Which of the following is used to expand the source code by including the function declaration statements from the specified header file?
Preprocessor statement
Function header statement
Declaration statement
Executable statement