main()
{
int i=5;
printf("%d%d%d%d",i++,i--,i);
}

Answer Posted / pranu

655

Is This Answer Correct ?    2 Yes 4 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

which of the following shows the correct hierarchy of arithmetic operations in C a) (), **, * or/,+ or - b) (),**,*,/,+,- c) (),**,/,*,+,- d) (),/ or *,- or +

1190


write a program to find out prime number using sieve case?

1646


FORMATTED INPUT/OUTPUT functions are a) scanf() and printf() b) gets() and puts() c) getchar() and putchar() d) all the above

627


Why is c so popular?

654


What are reserved words with a programming language?

606






Which is not valid in C a) class aClass{public:int x;}; b) /* A comment */ c) char x=12;

617


How to throw some light on the b tree?

607


how to write a c program to print list of fruits in alpabetical order?

1797


How to create struct variables?

597


how can use subset in c program and give more example

1507


What is conio h in c?

631


What is wrong in this statement? scanf(ā€œ%dā€,whatnumber);

731


What is the main difference between calloc () and malloc ()?

576


How can you invoke another program from within a C program?

620


Between macros and functions,which is better to use and why?

1572