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
- 1981 Views
- 6 Answers
6 Answers
- Python: Most Popular programming Language with Developers.
- Who started cognizant? What is the tagline of Cognizant?
- What are the procedures for campus placements at cognizant?
- What is the output of the following code?
- What is the output of the following code?
- Is Cognizant a good company for freshers? Will I get salary in notice period in Cognizant ?
- Is cognizant a US based company? If Yes, then what is the criteria to get into the company for the interview ?
- What is the output of the following code?
- what are the career opportunities available at cognizant?
- What is the format of aptitude for Cognizant
Practice Mock Test
cognizant
ans:c because here stdio header file is not used so the compiler show error