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

Answer Posted / thakur

14

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Write a program which returns the first non repetitive character in the string?

603


Write a program to display all the prime nos from 1 to 1000000, your code should not take time more than a minute to display all the nos.

1593


What is meant by errors and debugging?

649


program to find out date after adding 31 days to a date in the month of febraury also consider the leap year

2578


a) Identify the following declarations. Ex. int i (integer variable) float a[l0](array of 10 real nos) int (*f())() void *f int (*f()) [] void *f int f[] [] [] char *(*f) () int (*f[]) [] float(*f) [] [] float **f int ******f

1587






Explain a pre-processor and its advantages.

633


hi to every one .. how to view table pool after creating the pooled table? plz help me.. if any knows abt this ..

1467


Explain is it better to use a pointer to navigate an array of values, or is it better to use a subscripted array name?

673


How can a number be converted to a string?

607


How many types of operator or there in c?

603


Difference between macros and inline functions? Can a function be forced as inline?

712


What library is sizeof in c?

574


What is difference between array and structure in c?

580


What is string constants?

662


What is memory leak in c?

635