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
Explain what is the most efficient way to store flag values?
What is static function in c?
Write a program to swap two numbers without using the third variable?
Tell me what is the purpose of 'register' keyword in c language?
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
Do you know the difference between malloc() and calloc() function?
What is the meaning of typedef struct in c?
What math functions are available for integers? For floating point?
Can static variables be declared in a header file?
How many types of errors are there in c language? Explain
Explain how do you determine whether to use a stream function or a low-level function?
while initialization of array why we use a[][2] why not a[2][]...?
What are type modifiers in c?
Can you please explain the scope of static variables?
What is string concatenation in c?