void main()
{int i=2;
printf("%d%d%d",i,++i,i++);
getch();
}

Answer Posted / nunaram murmu

542

Is This Answer Correct ?    0 Yes 8 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the use of in c?

551


What does #pragma once mean?

660


What is f'n in math?

585


Explain what are reserved words?

612


What is console in c language?

586






What are the uses of null pointers?

570


What are 'near' and 'far' pointers?

593


What do mean by network ?

633


An instruction which is analysed and acted upon by the processor prior to the compiler going its work a) directive b) constructive c) constant d) absolute mode

577


Does sprintf put null character?

564


Are negative numbers true in c?

565


What is c method?

508


How can I change the size of the dynamically allocated array?

601


the process of defining something in terms of itself is called (or) in C it is possible for the functions to call themselves. A function called a) nested function b) void function c) recursive function d) indifinite function

729


Is return a keyword in c?

569