1 |
C language was develop in: |
- A. 1969-1973
- B. 1990-2000
- C. 1955-60
- D. 1970-80
|
2 |
Any single small case letter, upper case letter, digit, punctuation mark, special symbol enclosed within ' ' is considered: |
- A. integerconstants
- B. stringconstants
- C. characterconstants
- D. singleconstants
|
3 |
Statements that are ignored by the compiler and do not get executed: |
- A. read only
- B. comments
- C. enclosed in braces
- D. curly braces
|
4 |
Set of instruction given to the computer to perform a specific task is known as: |
- A. computer program
- B. software
- C. both a and b
- D. none of these
|
5 |
In C language main() is a: |
- A. function
- B. code
- C. editor
- D. library
|
6 |
________ are the values that do not change during the whole execution of program: |
- A. variables
- B. constants
- C. strings
- D. comments
|
7 |
Which can be thought of as grammar of a programming language ? |
- A. syntax
- B. rules
- C. english
- D. programming
|
8 |
Which facilitate other programmers to understand our code ? |
- A. common words
- B. comments
- C. end sensitive
- D. section sensitive
|
9 |
Floating point numbers store numbers up to: |
- A. seven digits of precision
- B. eightdigits of precision
- C. tendigits of precision
- D. sixdigits of precision
|
10 |
Assigning value to variable for the first time is called: |
- A. initiation
- B. variable initialization
- C. variable
- D. string constant
|