Differentiate 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

What is the difference between a free-standing and a hosted environment?

0 Answers   Aspire,


How to write a code for reverse of string without using string functions?

0 Answers   TCS,


the maximum width of a c variable name can be a) 6 characters b) 8 characters c) 10 characters d) 20 characters

2 Answers  


CopyBits(x,p,n,y) copy n LSBs from y to x starting LSB at 'p'th position.

9 Answers   Adobe,


What is use of bit field?

0 Answers  






Why is c called a mid-level programming language?

0 Answers  


main() { int i; printf("%d", &i)+1; scanf("%d", i)-1; }

1 Answers  


write a program to print infinte number

4 Answers  


Explain how do you print an address?

0 Answers  


how to TOGGLE Nth bit of variable in a MACRO

1 Answers   NDS,


Can i use “int” data type to store the value 32768? Why?

0 Answers  


void main() { char far *farther,*farthest; printf("%d..%d",sizeof(farther),sizeof(farthest)); }

3 Answers   ME, pspl,


Categories