What is the difference between ++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 program that takes a 5 digit number and calculates 2 power that number and prints it.

1 Answers  


How do we make a global variable accessible across files? Explain the extern keyword?

0 Answers  


What is a spanning Tree?

1 Answers   TCS,


What are the various topologies? Which one is the most secure?

2 Answers  


main() { int a=4,b=2; a=b<<a + b>>2; printf("%d", a); }

11 Answers   HCL, Vector, Vector India, Vector Solutions, Wipro,






What is string in c language?

0 Answers  


What is structure padding ?

3 Answers   HP,


52.write a “Hello World” program in “c” without using a semicolon? 53.Give a method to count the number of ones in a 32 bit number? 54.write a program that print itself even if the source file is deleted? 55.Given an unsigned integer, find if the number is power of 2?

9 Answers  


main() {char a[10]={1,2,3,4,5,6};int x; for(x=0;x<4;x++){ b[x]=x+'a';} printf("%s",b);}

3 Answers  


Do you have any idea how to compare array with pointer in c?

0 Answers  


Explain pointer. What are function pointers in C?

0 Answers   HCL,


Differentiate between static and dynamic modeling.

0 Answers   Wipro,


Categories