1 |
Which of the following language provided the basis for the development of c: |
- A. C++
- B. B
- C. JAVA
- D. Pascal
|
2 |
Which of the following key is used to compile a program: |
- A. ALT+F9
- B. CTRL+F9
- C. CTRL+S
- D. ALT+F5
|
3 |
The extension of the header file is: |
- A. .CPP
- B. txt
- C. .c
- D. .h
|
4 |
DBMS stands for |
- A. Database management system
- B. Database mechanism system
- C. Database manipulating system
- D. Database Microsoft system
|
5 |
The extension of object file is: |
- A. .c
- B. .txt
- C. .obj
- D. .h
|
6 |
Which of the following is a compiler directive? |
- A. #include<stdio.h>
- B. Using namespace std;
- C. main()
- D. All
|
7 |
Which of the following key is used to save a file? |
- A. F2
- B. <font color="#222222" face="arial, sans-serif" size="2">F3</font>
- C. F5
- D. <font color="#222222" face="arial, sans-serif" size="2">F9</font>
|
8 |
stdio.h is part of: |
- A. Comment section
- B. C standard library
- C. Compiler
- D. Main function
|
9 |
The name of header file is written between: |
- A. [ ]
- B. ( )
- C. < >
- D. << >>
|
10 |
Which of the following symbol is used to denote a pre-processor statement? |
|