what is the value of b
if a=5;
b=++a + ++a
Answer Posted / pravesh
a=5
b=++a(6) + ++a(7)
b=13+1 when last addition is performed.
so, b=14
| Is This Answer Correct ? | 1 Yes | 18 No |
Post New Answer View All Answers
On most computers additional memory that is accessed through an adapter of feature card along with a device driver program. a) user memory b) conventional memory c) expandedmemory d) area
Write a Program to accept different goods with the number, price and date of purchase and display them
a number whose only prime factors are 2,3,5, and 7 is call humble number,,write a program to find and display the nth element in this sequence.. sample input : 2,3,4,11,12,13, and 100.. sample output : the 2nd humble number is 2,the 3rd humble number is 3,the 4th humble number is ,the 11th humble number is 12, the 12th humble number is 14, the 13th humble number is 15, the 100th humble number is 450.
Why do we need volatile in c?
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
Explain how can I make sure that my program is the only one accessing a file?
Where can I get an ansi-compatible lint?
can anyone suggest some site name..where i can get some good data structure puzzles???
Explain #pragma statements.
Hi how many types of software editions are there and their difference (like home editions, enterprise, standard etc) can u please help me
What are two dimensional arrays alternatively called as?
the question is that what you have been doing all these periods (one year gap)
What is auto keyword in c?
How does free() know explain how much memory to release?
What is the difference between printf and scanf )?