What is the value of a[3] if integer a[] = {5,4,3,2,1}?


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

Post New Answer

More C Interview Questions

How can I sort more data than will fit in memory?

0 Answers  


What do you know about the use of bit field?

0 Answers  


What library is sizeof in c?

0 Answers  


what are advantages of U D F?

1 Answers   Google,


1.what are local and global variables? 2.what is the scope of static variables? 3.what is the difference between static and global variables? 4.what are volatile variables? 5.what is the use of 'auto' keyword? 6.how do we make a global variable accessible across files? Explain the extern keyword? 7.what is a function prototype? 8.what does keyword 'extern' mean in a function declaration?

2 Answers   nvidia,






#define PRINT(int) printf("int = %d ",int) main() {< BR> intx,y,z; x=03;y=02;z=01; PRINT(x^x); z<<=3;PRINT(x); y>>=3;PRINT(y); }

0 Answers   Wilco,


What happens if you free a pointer twice?

0 Answers  


how to write a data 10 in address location 0x2000

3 Answers  


Explain what is wrong in this statement?

0 Answers  


Can you write the algorithm for Queue?

0 Answers   College School Exams Tests, TCS,


How can I recover the file name given an open stream?

0 Answers  


How can I access a memory located at certain address?

2 Answers   CSC,


Categories