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


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

Post New Answer

More C Interview Questions

write a program to print calender using for loop.

1 Answers   HCL, TCS,


Program to find the value of e raised to power x using while loop

5 Answers   IBM, N Tech,


What are the back slash character constants or escape sequence charactersavailable in c?

0 Answers  


which of the following shows the correct hierarchy of arithmetic operations in C a) (), **, * or/,+ or - b) (),**,*,/,+,- c) (),**,/,*,+,- d) (),/ or *,- or +

0 Answers  


Famous puzzles which are generally asked by companies during interviews ?

1 Answers   3D PLM, Yahoo,


why programming language C is still used in operating system's kernel??

1 Answers   Wipro,


What is New modifiers?

0 Answers   NA,


void main() { int i=5; printf("%d",i++ + ++i); }

21 Answers   ME,


simple program of graphics and their output display

0 Answers   Elysium,


How do I swap bytes?

0 Answers  


How do we declare variables in c?

0 Answers  


write a c programme for add of two numbers with out use of arthematic operators

2 Answers  


Categories