1 |
Single-line comments start with: |
- A. //
- B. ==
- C. ??
- D. &&
|
2 |
Keyword unsigned in the used to declare an ________ integer: |
- A. signed
- B. negative integer
- C. unsigned
- D. originalinteger
|
3 |
How many keyword (Reserve words) are ? |
|
4 |
Which of the following is an example of IDE's for C language ? |
- A. visual studio
- B. Xcode
- C. code::blocks
- D. all of these
|
5 |
Which can be thought of as grammar of a programming language ? |
- A. syntax
- B. rules
- C. english
- D. programming
|
6 |
Words which have predefined meaning is known as: |
- A. reserved words
- B. keywords
- C. both a and b
- D. syntax
|
7 |
Software that allows programmers to write and edit computer progams: |
- A. editor
- B. code
- C. software
- D. programmer
|
8 |
Which from the following describes the types of constant that can be stored in variable ? |
- A. character
- B. data type
- C. variable
- D. constant
|
9 |
Which of the following is not a valid variable name ? |
- A. height
- B. 9A
- C. f_name
- D. average
|
10 |
Which of the following is header file ? |
- A. void main()
- B. getch()
- C. #include<stdio.h>
- D. none of these
|