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

Answer Posted / ravi

a=5/7
a=0;

Is This Answer Correct ?    2 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is a shell structure examples?

597


What are the types of c language?

562


Is there any algorithm to search a string in link list in the minimum time?(please do not suggest the usual method of traversing the link list)

1872


How many identifiers are there in c?

587


Write a program of advanced Fibonacci series.

713






What are the primitive data types in c?

582


What are the types of operators in c?

620


What is difference between %d and %i in c?

698


what is associativity explain what is the precidence for * and & , * and ++ how the folloing declaration work 1) *&p; 2) *p++;

1896


What is extern storage class in c?

519


What does the c in ctime mean?

576


a function gets called when the function name is followed by a a) semicolon (;) b) period(.) c) ! d) none of the above

883


write a program to find the given number is prime or not

3851


Explain what are binary trees?

616


What are the features of the c language?

652