Explain what is the difference between the expression '++a' and 'a++'?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C Interview Questions

4) Write a program that takes a 5 digit number and calculates 2 power that number and prints it. i have done maximum par but i m findind problem in the commented area. please help...

3 Answers  


Write a program or provide a pseudo code to flip the 2nd bit of the 32 bit number ! (Phone Screen)

1 Answers   NetApp, PTU, Wipro,


b) 4 c) 6 d) 7 32. Any C program a) must contain at least one function b) need not contain ant function c) needs input data d) none of the above 33. Using goto inside for loop is equivalent to using a) continue b) break c) return d)none of the above 34. The program fragment int a=5, b=2; printf(“%d”,a+++++b); a) prints 7 b)prints 8 c) prints 9 d)none of the above 35. printf(“ab” , “cd”,”ef”); prints a) ab abcdef c) abcdef, followed by garbage value d) none of the above 36. Consider the following program segment. i=6720; j=4; while((i%j)==0) { i=i/j; j=j+1; } On termination j will have the value a) 4 b) 8 c) 9 d) 6720

1 Answers   HCL,


How are strings stored in c?

0 Answers  


Is int a keyword in c?

0 Answers  






why TCS selected more student in the software field from all institution.

5 Answers   TCS,


When should the const modifier be used?

0 Answers  


write a program to find the frequency of a number

4 Answers   Infosys,


print ur name without using any semicolon in c/c++....

21 Answers   Bosch, TCS, Wipro,


all c language question

0 Answers   Wipro,


Can one function call another?

0 Answers  


What are keywords in c with examples?

0 Answers  


Categories