1) A self contained block of statements that perform a coherent task of some kind is called a?
- Monitor
- Function
- Program
- Structure
Show/Hide Answer
Answer = B
2) Recursion is sometimes called ?
- Circular definition
- Complex definition
- Procedure
- Union
Show/Hide Answer
Answer =A
3) The directive that can be used to test whether an expression evaluates to a nonzero value or not is ?
- #if
- #elif
- #endif
- #exit
Show/Hide Answer
Answer = A
4) The number of arguments supplied from the command line, by conversion is known as ?
- arg c
- arg v
- #define
- #include
Show/Hide Answer
Answer = A
5) The expression X=4+2%-8 evaluates ?
- -6
- 6
- 4
- None
Show/Hide Answer
Answer =B
6) Determine which of the following is valid character constant ?
- '//'
- '\0'
- 'xyz'
- '\052'
Show/Hide Answer
Answer = A
7) Given the statement , maruti.engine.bolts=25 . Which of the following is true?
- Structure bolts is nested within structure engine
- Structure engine is nested within structure maruti
- Structure maruti is nested within structure engine
- Structure maruti nested within structure bolts
Show/Hide Answer
Answer =B
8) To access a structure element using a pointer, ......... operator is used?
- dot ( . )
- pointer ( & )
- pointer ( * )
- arrow ( -> )
Show/Hide Answer
Answer =D
9) The ........ operator is a technique to forcefully convert one data type to the other ?
- Cast
- Conversion
- Type
- Uniary
Show/Hide Answer
Answer = A
10) Which of the following numerical value is invalid constant ?
- assignment operator
- relational operator
- logical operator
- bitwise shift operator
Show/Hide Answer
Answer = D
Do You Like This? Please take 5 seconds to share with your firends.
1 comments:
best practice
Post a Comment