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

What is a program?

0 Answers  


What's wrong with "char *p = malloc(10);" ?

4 Answers  


What is the use of getchar functions?

0 Answers  


Are c and c++ the same?

0 Answers  


Define circular linked list.

0 Answers  






Can stdout be forced to print somewhere other than the screen?

0 Answers  


What will happen when freeing memory twice

2 Answers  


SRUCTURE PROGRAMMING

3 Answers   CTS, Wipro,


What are the output(s) for the following ? #include char *f() {char *s=malloc(8); strcpy(s,"goodbye")} main() { char *f(); printf("%c",*f()='A'); }

0 Answers   Wilco,


What do you mean by scope of a variable in c?

0 Answers  


Explain what is the benefit of using enum to declare a constant?

0 Answers  


int i =10 main() { int i =20,n; for(n=0;n<=i;) { int i=10 i++; } printf("%d", i);

6 Answers   HCL, Octal, SW,


Categories