Explain do array subscripts always start with zero?


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

Post New Answer

More C Interview Questions

An integer that indentifies the position of a data item in a sequence of data items a) value b) number c) index d) all of the above

0 Answers  


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

0 Answers  


Go through the following code sinippet char a[20]; a="Hello Orcale Test"; will this compile?

4 Answers   Oracle,


what is difference between getchar,putchar functions and printf and scanf function? does putchar show output only when input given to it

5 Answers   DIT,


Eight queens puzzle

0 Answers  






Why functions are used in c?

0 Answers  


Explain about the functions strcat() and strcmp()?

0 Answers  


Is anything faster than c?

0 Answers  


why program counter is 16 bit?

3 Answers  


What is a spanning Tree?

1 Answers   TCS,


1) There is a singing competition for children going to be conducted at a local club. Parents have been asked to arrive at least an hour before and register their children’s names with the Program Manager. Whenever a participant registers, the Program Manager has to position the name of the person in a list in alphabet order. Write a program to help the Program Manager do this by placing the name in the right place each time the Program Manger enters a name. The Logic should be written in Data Structures?

0 Answers   KPIT,


Can a variable be both const and volatile?

0 Answers  


Categories