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

Answer Posted / kuldeep

13

Is This Answer Correct ?    151 Yes 77 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are the advantages of external class?

588


What are enumerated types?

644


How can my program discover the complete pathname to the executable from which it was invoked?

654


What are the data types present in c?

617


Why is c still so popular?

607






How do I get an accurate error status return from system on ms-dos?

639


Is c procedural or object oriented?

569


Write a program to display all the prime nos from 1 to 1000000, your code should not take time more than a minute to display all the nos.

1587


What is a stream water?

645


Write a program to reverse a given number in c language?

609


In a header file whether functions are declared or defined?

625


What is output redirection?

680


What are the difference between a free-standing and a hosted environment?

735


Why is main function so important?

607


write a program to print the consecutive repeated character from the given string... input string is : hhhhjkutskkkkkggggj output should be like this: hhhhkkkkkgggg anyone help me...

1479