a=5
a=a++/++a

Answer Posted / nikhil saraf

a=1

Is This Answer Correct ?    15 Yes 10 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

List the difference between a "copy constructor" and a "assignment operator"?

586


What does volatile do?

568


What are the advantages and disadvantages of a heap?

715


Can a pointer point to null?

590


Explain what is a program flowchart and explain how does it help in writing a program?

650






What is the process to generate random numbers in c programming language?

611


a c code by using memory allocation for add ,multiply of sprase matrixes

2305


Can we add pointers together?

621


A collection of functions,calls,subroutines or other data a) library b) header files c) set of files d) textfiles

649


How can a program be made to print the line number where an error occurs?

653


Explain how can a program be made to print the line number where an error occurs?

694


What is maximum size of array in c?

585


Explain enumerated types.

600


Are local variables initialized to zero by default in c?

554


Write a C Program That Will Count The Number Of Even And Odd Integers In A Set using while loop

1718