Close sidebar

What is the output of the following code?

#include Main () { Short unsigned int i=0; Printf ("%u",i--); } A) 0 B)65535 C)compile error D)32767

Your Answer

ans:c because here stdio header file is not used so the compiler show error

टिप्पणी
मॉक परीक्षण अभ्यास के लिए
cognizant