1.  Widening conversions

2.  Narrowing conversions

3.  Widening & Narrowing conversions

4.  None of the mentioned

4
Correct Answer :

Widening & Narrowing conversions


Explanation :
No Explanation available for this question

1.  Within conditional statements, if, else

2.  Within while, do-while

3.  Within a macro definition

4.  None of the mentioned

4
Correct Answer :

None of the mentioned


Explanation :
No Explanation available for this question

1.  Different precedence, same associativity

2.  Different precedence, different associativity

3.  Same precedence, different associativity

4.  All of the mentioned

4
Correct Answer :

Same precedence, different associativity


Explanation :
No Explanation available for this question

1.  for

2.  while

3.  do-while

4.  all of the mentioned

4
Correct Answer :

all of the mentioned


Explanation :
No Explanation available for this question

1.  true

2.  false

3.  depends on the compiler

4.  depends on the standard

4
Correct Answer :

true


Explanation :
No Explanation available for this question

1.  Internal

2.  External

3.  Both Internal and External

4.  External and Internal are not valid terms for functions

4
Correct Answer :

External


Explanation :
No Explanation available for this question

1.  static a = 10; //static as

2.  static int func (int); //parameter as static

3.  static static int a; //a static variable prefixed with static

4.  all of the mentioned

4
Correct Answer :

static static int a; //a static variable prefixed with static


Explanation :
No Explanation available for this question

1.  File inclusion

2.  Selective inclusion

3.  Conditional compilation

4.  Recursive macros

4
Correct Answer :

Conditional compilation


Explanation :
No Explanation available for this question

1.  Preprocessor directive

2.  Inclusion directive

3.  File inclusion directive

4.  None of the mentioned

4
Correct Answer :

Preprocessor directive


Explanation :
No Explanation available for this question

1.  True

2.  False

3.  Depends on the standard

4.  Depends on the platform

4
Correct Answer :

True


Explanation :
No Explanation available for this question

Interview Questions

MongoDB
Java Script
Node JS
PHP
JQuery
Python