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

what are # pragma staments?

0 Answers  


How can I read/write structures from/to data files?

0 Answers  


Explain how can type-insensitive macros be created?

0 Answers  


What is zero based addressing?

0 Answers  


When is a “switch” statement preferable over an “if” statement?

0 Answers  






a c code by using memory allocation for add ,multiply of sprase matrixes

0 Answers  


Explain is it better to use a pointer to navigate an array of values, or is it better to use a subscripted array name?

0 Answers  


Tell us something about keyword 'auto'.

0 Answers  


how can i make a program with this kind of output.. Enter a number: 5 0 01 012 0123 01234 012345 01234 0123 012 01 0

4 Answers   Wipro,


what is the purpose of the code, and is there any problem with the code? int f( int n, int l, int r ) { return (n << l) >> r; }

2 Answers   Google,


What are the keywords in c?

0 Answers  


why use functions a) writing functions avoids rewriting the same code over and over b) using functions it becomes easier to write programs and keep track of what they are doing c) a & b d) none of the above

0 Answers  


Categories