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

Answer Posted / harshfire92

b=14

Is This Answer Correct ?    55 Yes 51 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Can a variable be both const and volatile?

663


What is the difference between malloc() and calloc() function in c language?

592


What does s c mean on snapchat?

579


What are variables and it what way is it different from constants?

775


7-Given an index k, return the kth row of the Pascal's triangle. For example, when k = 3, the row is [1,3,3,1]. For reference look at the following standard pascal’s triangle.

2213






What are global variables and how do you declare them?

610


the process of defining something in terms of itself is called (or) in C it is possible for the functions to call themselves. A function called a) nested function b) void function c) recursive function d) indifinite function

750


What is c value paradox explain?

563


What is the use of f in c?

551


Explain high-order and low-order bytes.

659


Which one to choose from 'initialization lists' or 'assignment', for the use in the constructor?

556


What is the difference between formatted&unformatted i/o functions?

608


Tell me with an example the self-referential structure?

558


What are c preprocessors?

668


What is an identifier?

618