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

What is the meaning of 2d in c?

607


What is the benefit of using #define to declare a constant?

601


Differentiate between static and dynamic modeling.

613


What is the difference between local variable and global variable in c?

682


An arrangement of information in memory in such a way that it can be easily accessed and processed by a programming language a) string b) data structure c) pointers d) array

683






Write a program to swap two numbers without using a temporary variable?

601


What is atoi and atof in c?

612


What is the difference between printf and scanf )?

587


How to implement a packet in C

2391


An application package has been provided to you without any documents for the following application. The application needs to be tested. How will you proceed?

665


What is the difference between union and anonymous union?

833


What is string function in c?

533


What are directives in c?

539


What is the description for syntax errors?

610


Explain is it valid to address one element beyond the end of an array?

729