what is the difference between i++ and ++i?

Answer Posted / anika

in i++ first there is display and then the value in the memory
gets increased by 1.in ++i first value is increased by 1 then
display is there

Is This Answer Correct ?    3 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

what are enumerations in C

716


Does c have class?

605


What is scope and lifetime of a variable in c?

565


What is a function in c?

566


Explain about the constants which help in debugging?

841






Explain how do you sort filenames in a directory?

595


How can I get the current date or time of day in a c program?

645


Why array is used in c?

547


How many types of errors are there in c language? Explain

560


Write a program on swapping (100, 50)

634


write a sorting prgm to sort 50 nos and sum them and also remove all the occurrences of 15 and print it?

1670


What is function prototype in c language?

606


What does double pointer mean in c?

568


How to throw some light on the b tree?

600


What does the file stdio.h contain?

597