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

Why is it important to memset a variable, immediately after allocating memory to it ?

1557


in ‘C’ language for Matrix Multiplication fails” Introspect the causes for its failure and write down the possible reasons for its failure.

7413


how to capitalise first letter of each word in a given string?

1436


What is table lookup in c?

634


Explain what is the difference between functions getch() and getche()?

613






How can I check whether a file exists? I want to warn the user if a requested input file is missing.

658


What is a structure member in c?

552


what do u mean by Direct access files? then can u explain about Direct Access Files?

1647


What are the header files used in c language?

594


Explain Basic concepts of C language?

652


Explain data types & how many data types supported by c?

588


Is c procedural or functional?

593


write a c program to find the largest and 2nd largest numbers from the given n numbers without using arrays

1789


Explain can you assign a different address to an array tag?

649


Write the test cases for checking a variable having value in range -10.0 to +10.0?

1822