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

differentiate built-in functions and user – defined functions.

0 Answers  


main() { int *ptr=(int*)malloc(sizeof(int)); *ptr=4; printf("%d",(*ptr)+++*ptr++); }

2 Answers  


How would you obtain the current time and difference between two times?

0 Answers   TISL,


Write a program in C to print the alphabets in order as on a mobile phone.i.e:When 2 is pressed once 'a' prints and if it is pressed two times 'b' prints and so on.we have to print all the alphabets as on mobile phone like this.

1 Answers   Wipro,


pgm to find middle element of linklist(in efficent manner)

4 Answers   Huawei,






write a C program : To find out the number of identical words in two files . the file name should be taken as command line argument .

1 Answers   Subex,


What is the benefit of using const for declaring constants?

0 Answers  


What's the difference between a linked list and an array?

14 Answers  


Which is better malloc or calloc?

0 Answers  


who will call your main function in c under linux?

2 Answers  


Write a program that takes a 5 digit number and calculates 2 power that number and prints it

5 Answers   ABS, Accenture, HCL, Infosys, Infotech, SoftSolve, Software India, TCS, Vertex, Vimukti Technologies,


dynamically allocate memory for linear array of n integers,store some elements in it and find some of them

1 Answers  


Categories