1 |
What is true about C language ? |
- A. C is not a case sensitive language
- B. keywords can be used as variable names
- C. All logical operators are binary
- D. none of them
|
2 |
Which is a combination of backslash (\) and a code character to control printing of data on the screen ? |
- A. escape sequence
- B. format specified
- C. character
- D. printing
|
3 |
Which escape sequence is used to print the output on multiple lines ? |
|
4 |
Which symbol is used to represent the AND operator ? |
- A. &&
- B. ||
- C. +
- D. !
|
5 |
Which is a built-in function in C programming language to show output on screen? |
- A. printf()
- B. scanf()
- C. input
- D. print
|
6 |
Which of the following is a type of operator ? |
- A. assignment operator
- B. arithmeticoperators
- C. logicaloperators
- D. all of these
|
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 |
getch() is used to take ________ as input form user: |
- A. int
- B. char
- C. float
- D. all of them
|
9 |
Which operators perform operation on Boolean expressions and produce a Boolean expressions as a result ? |
- A. logical
- B. assignment
- C. arithmetic
- D. relation
|
10 |
How many types of logical operators ? |
|