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

Answer Posted / rajesh kumar swain

here a++/++a=5/7

Is This Answer Correct ?    1 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the condition that is applied with ?: Operator?

669


What is 1f in c?

1845


What are static variables in c?

635


write a program using linked list in which each node consists of following information. Name[30] Branch Rollno Telephone no i) Write the program to add information of students in linked list

2242


Given two strings S1 and S2. Delete from S2 all those characters which occur in S1 also and finally create a clean S2 with the relevant characters deleted.

842






What is file in c preprocessor?

658


What is meant by operator precedence?

684


What is const and volatile in c?

572


How many bytes is a struct in c?

732


How do you define structure?

573


explain what is an endless loop?

615


a formula,a series of steps,or well defined set of rules for solving a problem a) algorithem b) program c) erdiagram d) compiler

620


For what purpose null pointer used?

615


Explain what is the heap?

632


what are bit fields? What is the use of bit fields in a structure declaration?

1506