what is the basis for selection of arrays or pointers as
data structure in a program


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

Post New Answer

More C Interview Questions

What are qualifiers in c?

0 Answers  


Explain the difference between ++u and u++?

0 Answers  


How to Throw some light on the splay trees?

0 Answers  


what defference between c and c++ ?

6 Answers  


What is the difference between specifying a constant variable like with constant keyword and #define it? i.e what is the difference between CONSTANT FLOAT A=1.25 and #define A 1.25

0 Answers  






How can I invoke another program from within a C program?

8 Answers  


my name is nani i completed my b-tech in hyd now i want go for interveiw but i dont know the process of software field interveiws plz help me anyone how many rouds there n what rounds plz plz plz help me n where i can get these details

2 Answers  


Explain is it better to use a pointer to navigate an array of values, or is it better to use a subscripted array name?

0 Answers  


what will be the output of this program........ main() { int a=2,b=4,c=6; printf("%d"); } why it gives the value of third variable.

6 Answers   HCL,


what is y value of the code if input x=10 y=5; if (x==10) else if(x==9) elae y=8; a.9 b.8 c.6 d.7

4 Answers   TCS,


What is a lvalue

0 Answers   Global Logic,


What is a memory leak in structures? How can we rectify that?

2 Answers  


Categories