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

Difference between pass by reference and pass by value?

665


What is the translation phases used in c language?

640


Hello. How to write a C program to check and display president party like if i type in the console "biden" and hit enter the output shoud be : "biden is democrat" and if i type "trump" and hit enter the output shoud be: "trump is republican"

1586


Write a C program to help a HiFi’s Restaurant automate its breakfast billing system. Your assignment should implement the following items: a. Show the customer the different breakfast items offered by the HiFi’s Restaurant. b. Allow the customer to select more than one item from the menu. c. Calculate and print the bill to the customer. d. Produce a report to present your complete program and show more sample output. Assume that the HiFi’s Restaurant offers the following breakfast menu: Plain Egg $2.50 Bacon and Egg $3.45 Muffin $2.20 French Toast $2.95 Fruit Basket $3.45 Cereal $0.70 Coffee $1.50 Tea $1.80

2561


Why double pointer is used in c?

573






What is string concatenation in c?

575


List the difference between a 'copy constructor' and a 'assignment operator' in C?

647


What is #line in c?

567


Where can I get an ansi-compatible lint?

648


How do we open a binary file in Read/Write mode in C?

686


Suggesting that there can be 62 seconds in a minute?

604


swap 2 numbers without using third variable?

668


Should I learn c before c++?

634


Can you add pointers together? Why would you?

653


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

668