Are pointers really faster than arrays?


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

Post New Answer

More C Interview Questions

What should malloc(0) do?

0 Answers  


struct tag{ auto int x; static int y; };main() { struct tag s; s.x=4; s.y=5; printf(ā€œ%dā€,s.x); }

2 Answers   Vector,


Why should I prototype a function?

0 Answers  


how to make program without <> in libray.

0 Answers  


When should the register modifier be used? Does it really help?

0 Answers  






write a program that eliminates the value of mathematical constant e by using the formula e=1+1/1!+1/2!+1/3!+

1 Answers   Reliance,


Are the expressions * ptr ++ and ++ * ptr same?

0 Answers  


What is the memory allocated by the following definition ? int (*x)[10];

4 Answers   ADITI, Wipro,


What's the difference between calloc() and malloc()?

4 Answers  


write a program for size of a data type without using sizeof() operator?

22 Answers   HCL, IBM,


How variables are declared in c?

0 Answers  


write a code for large nos multilication (upto 200 digits)

2 Answers   Persistent,


Categories