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 memcpy() function?

0 Answers  


please give me some tips for the placement in the TCS.

0 Answers   TCS,


what is the difference between call by value and call by reference?

5 Answers   Genpact, Global Logic, Infosys,


Famous puzzles which are generally asked by companies during interviews ?

1 Answers   3D PLM, Yahoo,


what is a function method?give example?

0 Answers  






If "AaBbCc" is passed to the char char x(*a) { a[0]?x(a+1):1; printf("%c",a[0]); return 1; } what will be the output?

6 Answers   Hughes,


void main(){ int a; a=1; while(a-->=1) while(a-->=0); printf("%d",a); }

0 Answers  


can we print any string in c language without using semicolon(;)(terminator) in whole program.

11 Answers  


is forign key will be unique key any table or not?

2 Answers  


main() { printf("hello%d",print("QUARK test?")); }

5 Answers  


How can I change their mode to binary?

0 Answers  


What is a node in c?

0 Answers  


Categories