1 |
Which of the following is used as an assignmentoperator in C language ? |
|
2 |
Which operator is used to multiply two values ? |
|
3 |
In C language _______ is used as statement terminator: |
|
4 |
Which of the following is a valid character ? |
- A. 'here'
- B. "a"
- C. '9'
- D. none of them
|
5 |
Which of the following is a valid line of code ? |
- A. int = 20;
- B. grade = 'A';
- C. line = this is a line,
- D. none of these
|
6 |
printf is to used print _________ type of data: |
- A. int
- B. float
- C. char
- D. all of them
|
7 |
Which library file include in header section of program, when using getch() function ? |
- A. conio.h
- B. stdio.h
- C. math.h
- D. string.h
|
8 |
scanf is a __________ in C programming language: |
- A. keyboard
- B. library
- C. function
- D. none of them
|
9 |
Which operator is used to divide the value on left side by the value on right side ? |
|
10 |
After escape character, which specifies the movement of the cursor to start of next time ? |
|