1 .
'C' is often called a ________
A.Object oriented language
B. High level language
C. Assembly language
D.Machine level language
E.None of these
View AnswerAns: High level language
2 .
Which of the following is object oriented programming ?
A.C
B. C++
C. BASIC
D.FORTRAN
E.None of these
View AnswerAns: C++
3 .
The value that follows the keyword CASE may only be
A.constants
B. variable
C. semicolon
D.number
E.None of these
View AnswerAns: constants
4 .
Advantages of using flow charts is
A.Effective Analysis
B. Efficient Coding
C. Time consuming
D.Effective Analysis and Efficient Coding
E.Time Analysis
View AnswerAns: Effective Analysis and Efficient Coding
5 .
A pointer variable can be
A.passed to a function as argument.
B. changed within function.
C. returned by a function.
D.assigned an integer value.
E.None of these
View AnswerAns: returned by a function.