Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


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

Will Macros support multiple arguments ?

7 Answers   Oracle,


I have a function which accepts a pointer to an int. How can I pass a constant like 5 to it?

3 Answers  


int main() { int *p=new int; *p=10; del p; cout<<*p; *p= 60; cout<<*p; } what will be the output & why?

4 Answers   TCS,


please can some one guide me, to the answer Write a C program to enter 15 numbers as an input from the keyboard and program will find and print odd numbers and their average. i have studied while and do while loop for loop if and else if switch

2 Answers  


hi, which software companys will take,if d candidate's % is jst 55%?

0 Answers  


Suppose I want to write a function that takes a generic pointer as an argument and I want to simulate passing it by reference. Can I give the formal parameter type void **, and do something like this? void f(void **); double *dp; f((void **)&dp);

1 Answers  


How to convert decimal to binary in C using recursion??

4 Answers   HP, IBM,


from which concept of 'c', the static member function of 'c++' has came?

1 Answers   Bosch,


Tell us the use of fflush() function in c language?

0 Answers  


What is calloc() function?

0 Answers  


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

5 Answers   TCS,


Can you define which header file to include at compile time?

0 Answers   Aspire, Infogain,


Categories