int i=0,j;
j=++i + ++i ++i;
printf("
%d",j);
Answers were Sorted based on User's Feedback
Explain what are binary trees?
Explain what are header files and explain what are its uses in c programming?
What is function and its example?
Difference between Class and Struct.
13 Answers Ericsson, Motorola, Wipro,
1.find the second maximum in an array? 2.how do you create hash table in c? 3.what is hash collision
write a c programme for add of two numbers with out use of arthematic operators
What is meant by realloc()?
Can a function be forced to be inline? Also, give a comparison between inline function and the C macro?
Explain what is the difference between declaring a variable and defining a variable?
Explain pointer. What are function pointers in C?
ASCII stands for
Can two or more operators such as and be combined in a single line of program code?