20. main()
{
int i=5;
printf("%d%d%d%d%d%d",i++,i--,++i,--i,i);
}
Answer:??????

Answer Posted / ashok kumar

45545

Is This Answer Correct ?    5 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is static volatile in c?

572


What is adt in c programming?

607


Which type of language is c?

644


Write a program to reverse a given number in c language?

616


What is difference between static and global variable in c?

535






What are the functions to open and close the file in c language?

589


Is a house a mass structure?

639


What is a static variable in c?

663


What are integer variable, floating-point variable and character variable?

605


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

632


Why c language?

642


What is pass by value in c?

593


pierrot's divisor program using c or c++ code

1724


What is a pointer in c plus plus?

690


Why isnt any of this standardized in c?

629