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 pointer?

4 Answers  


Explain the difference between the local variable and global variable in c?

0 Answers  


what are the static variables

8 Answers   HCL, iFlex, TCS, Wipro,


What is the use of #include in c?

0 Answers  


Find duplicates in a file containing 6 digit number (like uid) in O (n) time.

0 Answers   GrapeCity,






Why is not a pointer null after calling free? How unsafe is it to use (assign, compare) a pointer value after it is been freed?

0 Answers  


how to find anagram without using string functions using only loops in c programming

0 Answers  


If the static variable is declared as global, will it be same as extern?

1 Answers   Samsung,


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

1 Answers   Mind Tree,


write a function to swap an array a[5] elements like a[0] as a[5],a[1] as a[4],....a[5] as a[0].without using more than one loop and use one array not to use temp array?

1 Answers   Zensar,


What is a newline escape sequence?

0 Answers  


write a proram to reverse the string using switch case?

0 Answers   Syntel,


Categories