Which is better pointer or array?


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

Post New Answer

More C Interview Questions

Write a c program to print the even numbers followed by odd numbers in an array without using additional array

1 Answers   Tech Mahindra,


pick out the odd one out of the following a.malloc() b.calloc() c.free() d.realloc()

2 Answers   TCS, ZenQ,


What is macro?

5 Answers   IBM,


Explain the priority queues?

0 Answers  


Did c have any year 2000 problems?

0 Answers  


wap in c to accept n number display the highest and lowest value

2 Answers  


Difference between constant pointer and pointer to a constant.

0 Answers   Huawei,


What are the types of i/o functions?

0 Answers  


find the value of y y = 1.5x+3 for x<=2 y = 2x+5 for x>2

0 Answers   TCS,


How the C program can be compiled?

11 Answers   HP,


#include main() { char s[] = "Bouquets and Brickbats"; printf(" %c, ",*(&s[2])); printf("%s, ",s+5); printf(" %s",s); printf(" %c",*(s+2)); }

0 Answers   Wilco,


program to find the second largest word in a paragraph amongst all words that repeat more thn twice

4 Answers   CTS, iGate,


Categories