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

Answer Posted / ajay karanam

4554202496

Is This Answer Correct ?    3 Yes 5 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the difference between union and structure in c?

567


in programming languages a statement or part of a statement that specifies several different execution sequences a) constructs b) distructs c) executes d) none

595


What is sizeof c?

604


What is string constants?

653


GIVEN A FLOATING POINT NUMBER HOW IS IT ACTUALLY STORED IN MEMORY ? CAN ANYONE EXPLAIN?? THE 32 BIT REPRESENTATION OF A FLOATING POINT NUMBER ALLOTS: 1 BIT-SIGN 8 BITS-EXPONENT 23 BITS-MANTISSA

1425






What is meant by errors and debugging?

643


Can you write a programmer for FACTORIAL using recursion?

606


Explain what are its uses in c programming?

590


Why is struct padding needed?

625


can any one tel me wt is the question pattern for NIC exam

1551


Can main () be called recursively?

621


What is string in c language?

617


What are comments and how do you insert it in a C program?

735


What is the advantage of c?

607


What is difference between union and structure in c?

568