what is the value of b
if a=5;
b=++a + ++a
Answer Posted / guru1985
b=++a(6) + ++a(7)
b=6+7
=13
| Is This Answer Correct ? | 83 Yes | 57 No |
Post New Answer View All Answers
Why is c not oop?
What is a structure member in c?
How do you list files in a directory?
design and implement a data structure and performs the following operation with the help of file (included 1000 student marks in 5 sub. and %also) 1.how many students are fail in all 5 subjects (if >35) 2. delete all student data those are fail in all 5 subjects. 3. update the grace marks (5 no. if exam paper is 100 marks) 4. arrange the student data in ascending order basis of marks. 5.insert double of deleted students with marks in the list.
What are header files and what are its uses in C programming?
Tell me what is null pointer in c?
What are preprocessor directives in c?
What is logical error?
the number of measuring units from a arbitrary starting point in a record area or control block to some other point a) branching b) recording pointer c) none d) offset
Which is better pointer or array?
What is the scope of local variable in c?
what does static variable mean?
What are the rules for the identifier?
Why do we use c for the speed of light?
How do you define a function?