Embedded |
Level:-Basic
|
Q(1) |
Which Data type has the highest rank? |
A  | Double |
B  | Long int |
C  | char |
D  | Long double |
Q(2) |
When double is converted to float, the value is _______. |
A  | Truncated |
B  | Rounded |
C  | Depends on the compiler |
D  | Depends on the standard |
Level:-Intermediate
|
Q(1) |
Which attribute will you use with TD tag to merge two cells horizontally? |
A  | merge=colspan2 |
B  | rowspan=2 |
C  | colspan=2 |
D  | merge=row2 |
Q(2) |
Return_type func_name(parameter declarations) is Function Prototype declaration. |
A  | True |
B  | False |
Level:-Expert
|
Q(1) |
Which of the following syntax is true? |
A  | Int *ptr; |
B  | Char *cptr,ch1,ch2; |
C  | String *str; |
D  | Both A and B |
Q(2) |
In the expression i = g() + f(), first function called depends on _____. |
A  | Compiler |
B  | Associativiy of () operator |
C  | Precedence of () and + operator |
D  | Left to write of the expression |