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
What do you mean by c what are the main characteristics of c language?
What is the newline escape sequence?
What is the code in while loop that returns the output of given code?
Why is c faster?
What does static variable mean in c?
hello freinds next week my interview in reliance,nybody has an idea about it intervew questions..so tell
Explain what would happen to x in this expression: x += 15; (assuming the value of x is 5)
Is c easy to learn?
What is a floating point in c?
What does %c do in c?
If i have an array 0 to 99 i.e,(Size 100) I place the values 1 to 100 randomly like a[0]=29,a[1]=56 upto array[99].. the values are only between 1 to 100. getting the array values by using scanf.. If i entered one wrong element value line a[56]=108. how can i find it.. and also how to find the missing value in 1 to 100.. and i want to replace the missing values.. any one of them know please post your answer..
What is local and global variable in c?
What is getch c?
Create a structure to specify data on students given below: Roll number, Name, Department, Course, Year of joining Assume that there are not more than 450 students in the college. 1.write a function to print names of all students who joined in a particular year 2.write a function to print the data of a student whose roll number is given
What does c value mean?