Object Oriented Programming

1:

The following c++ code results in
#include "iostream.h"
void main (void)

{
cout <<  (int i=5) << (int j=6);

}    

A.

compilation error

B.

run time error

C.

link time error

D.

none of the above

 

Answer : A

Explanation :

Write your comments here:


Report Error
 

Option: A

Explanation : Explanation will come here. Explanation will come here. Explanation will come here. Explanation will come here. Explanation will come here.