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

Write a C program to fill a rectangle using window scrolling

1 Answers  


Why do we use c for the speed of light?

0 Answers  


how can u print a message without using any library function in c

1 Answers   NIIT,


Simplify the program segment if X = B then C ← true else C ← false

0 Answers  


What does main () mean in c?

0 Answers  


WHY DO WE USE A TERMINATOR IN C LANGUAGE?

2 Answers  


What is key word in c language?

4 Answers   ABC,


enum colors {BLACK,BLUE,GREEN} main() { printf("%d..%d..%d",BLACK,BLUE,GREEN); return(1); }

4 Answers   ME,


What is restrict keyword in c?

0 Answers  


When do you say that a digraph is acyclic A)if and only if its first search does not have back arcs B)a digraph is acyclic if and only if its first search does not have back vertices C)if and only if its first search does not have same dfnumber D)None of these

1 Answers   Accenture, IBM,


simple program for virtual function?

1 Answers  


Why data types in all programming languages have some range? Why ritche have disigned first time likethat?Why not a single data type can support all other types?

2 Answers   Excel,


Categories