int i=0,j;
j=++i + ++i ++i;
printf("
%d",j);
Answers were Sorted based on User's Feedback
What is the right type to use for boolean values in c? Is there a standard type?
What does %2f mean in c?
Explain the properties of union.
What is a buffer in c?
Explain the difference between strcpy() and memcpy() function?
What is c language used for?
Program to simulate second clock
Explain what would happen to x in this expression: x += 15; (assuming the value of x is 5)
Which header file should you include if you are to develop a function which can accept variable number of arguments?
who is the founder of c
19 Answers College School Exams Tests, HP,
Write a program in c using only loops to print * * * * * *******
Write a program using bitwise operators to invert even bits of a given number.