State the difference between x3 and x[3].


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C Interview Questions

How to run c Program without using IDE of c. means if program made in notepad.then how to compile by command prompt.

1 Answers   HP, TCS,


#include<stdio.h> int main() { int i=2; int j=++i + ++i + i++; printf("%d\n",i); printf("%d\n",j); }

15 Answers   Infosys,


what type of errors are checked during compilation

3 Answers  


Explain which of the following operators is incorrect and why? ( >=, <=, <>, ==)

0 Answers  


What are qualifiers and modifiers c?

0 Answers  






why arguments can generally be passed to functions a) sending the values of the arguments b) sending the addresses of the arguments c) a & b d) none of the above

0 Answers  


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

0 Answers  


What are the two types of functions in c?

0 Answers  


How pointer is different from array?

0 Answers  


write program on arrays

3 Answers   GE, Polycab,


How do you use a 'Local Block'?

0 Answers   Ericsson,


What is variable in c example?

0 Answers  


Categories