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

Answer Posted / nirbhaykumar

a=2

Is This Answer Correct ?    16 Yes 10 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the purpose of macro in C language?

659


why do some people write if(0 == x) instead of if(x == 0)?

649


What is the function of multilevel pointer in c?

668


How can I determine whether a machines byte order is big-endian or little-endian?

615


A collection of data with a given structure for excepting storing and providing on demand data for multiple users a) linked list b) datastructer c) database d) preprocessor

620






show how link list can be used to repersent the following polynomial i) 5x+2

1676


What is the default value of local and global variables in c?

557


exit () is used to a) exit () terminates the execution of the program itself b) exit () terminates the execution of the loop c) exit () terminates the execution of the block d) none of the above

656


What are the Advantages of using macro

679


What are keywords in c with examples?

600


What is a substring in c?

583


Write a function that will take in a phone number and output all possible alphabetical combinations

593


Is anything faster than c?

579


What are the types of pointers in c?

526


What are the primitive data types in c?

568