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



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

Answer / Anjula

The value of a[3] would be 3.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More C Interview Questions

What is difference between union All statement and Union?

1 Answers   Beahead Private Limited,


write a program to find the largest and second largest integer from an array

2 Answers   Value Labs,


difference between memcpy and strcpy

1 Answers  


O,T,T,F,F,S,S,E,N,?,?,?,T,F,F,S,S,E,N

9 Answers   ADP,


When should volatile modifier be used?

1 Answers  


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

1 Answers   Bosch,


Write a program to find given number is even or odd without using any control statement.

2 Answers  


code for selection sort?

1 Answers  


parkside's triangle.. create a program like this.. enter the size: 6 enter the seed: 1 output: 1 23 456 7891 23456 789123 sample2: enter the size: 5 enter the seed: 3 output: 3 45 678 9123 45678 parkside should not exceed 10 while its seed should only be not more than 9..

4 Answers  


out put of printf(ā€œ%dā€,printf(ram));

5 Answers  


What does printf does?

1 Answers  


How pointers are declared?

1 Answers  


Categories