Programming - C++ Language - Discussion

You Are Here :: Home > C++ Language > C++ Language - Discussion

 



Q.

What will be print after executing following statement. (ASCII value of ‘A’ is 65)
int value=65;
b.char ch=value;
c.cout<d. value=65;                         


A. ‘A’ B. 65
C. Error D. Non of the Above

Answer: Option A
Explaination:

 


No Explanation




Discussion

Your Comments Goes here...
NameDiscussion