what is the value of b
if a=5;
b=++a + ++a

Answer Posted / deepika katiyar

13

Is This Answer Correct ?    36 Yes 24 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

a linearly ordered set of data elements that have the same structure and whose order is preserved in storage by using sequential allocation a) circular b) ordinary c) array d) linear list

639


What is an auto keyword in c?

650


general for is %wd,f-d; in this system "w" means a) 'w' represent total width of digits b) 'w' represent width which includes the digits before,after decimal place and the decimal point c) 'w' represent width which includes the digits before only d) 'w' represent width after decimal place only

591


Using which language Test cases are added in .ptu file of RTRT unit testing???

3605


What is a null string in c?

595






How do I send escape sequences to control a terminal or other device?

618


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

678


In a byte, what is the maximum decimal number that you can accommodate?

630


Why c is called free form language?

577


Which is better malloc or calloc?

656


What is size of union in c?

586


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

671


What is meant by gets in c?

613


Can we use visual studio for c?

556


Can an array be an Ivalue?

670