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 are the 10 different models of writing an addition program in C language?

0 Answers  


how will you write a program on linked lists using JAVA programming???????????

1 Answers   Keane India Ltd,


What are the two types of functions in c?

0 Answers  


the maximum value that an integer constant can have is a) -32767 b) 32767 c) 1.701e+38 d) -1.7014e+38

1 Answers  


Combinations of fibanocci prime series

0 Answers  






What is bubble sort technique in c?

0 Answers  


how to print a statement in c without use of console statement ,with the help of if statement it should print

2 Answers   Satyam,


What is ambagious result in C? explain with an example.

0 Answers   Infosys,


What language is lisp written in?

0 Answers  


Write a program to compute the following 1!+2!+...n!

4 Answers  


how to use enum datatype?Please explain me?

3 Answers   Excel,


how does the C compiler interpret the following two statements p=p+x; q=q+y; a.p=p+x; q=q+y b.p=p+xq=q+y c.p=p+xq; q=q+y d.p=p+x/q=q+y

4 Answers   TCS,


Categories