which of 'arrays' or 'pointers' are faster?

Answer Posted / andeep singh

Pointer is faster than array if there is only one pointer used

Is This Answer Correct ?    6 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain what is the most efficient way to store flag values?

953


What is static function in c?

865


Write a program to swap two numbers without using the third variable?

833


Tell me what is the purpose of 'register' keyword in c language?

840


GIVEN A FLOATING POINT NUMBER HOW IS IT ACTUALLY STORED IN MEMORY ? CAN ANYONE EXPLAIN?? THE 32 BIT REPRESENTATION OF A FLOATING POINT NUMBER ALLOTS: 1 BIT-SIGN 8 BITS-EXPONENT 23 BITS-MANTISSA

1692


Do you know the difference between malloc() and calloc() function?

835


What is the meaning of typedef struct in c?

830


What math functions are available for integers? For floating point?

882


Can static variables be declared in a header file?

839


How many types of errors are there in c language? Explain

781


Explain how do you determine whether to use a stream function or a low-level function?

861


while initialization of array why we use a[][2] why not a[2][]...?

2117


What are type modifiers in c?

829


Can you please explain the scope of static variables?

819


What is string concatenation in c?

798