what is the value of b
if a=5;
b=++a + ++a
Answer Posted / sas
cn u tl me detail how?14
| Is This Answer Correct ? | 3 Yes | 10 No |
Post New Answer View All Answers
Is there a way to compare two structure variables?
What are Macros? What are its advantages and disadvantages?
What is an array? What the different types of arrays in 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
Explain what are run-time errors?
What is time null in c?
Why should I prototype a function?
Is it better to bitshift a value than to multiply by 2?
What is calloc() function?
What is the scope of local variable in c?
How many levels of pointers can you have?
program to find out date after adding 31 days to a date in the month of febraury also consider the leap year
which of the following is not a character constant a) 'thank you' b) 'enter values of p, n ,r' c) '23.56E-o3' d) all of the above
Explain 'bus error'?
What is the difference between printf and scanf in c?