List some of the static data structures in C?


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

Post New Answer

More C Interview Questions

what is the difference between static variable and register variable?

3 Answers  


What are the advantages of c preprocessor?

0 Answers  


what is data structure.in linear and non linear data structures which one is better?Explain

3 Answers   Wipro,


Why is it usually a bad idea to use gets()? Suggest a workaround.

1 Answers  


Can you add pointers together? Why would you?

0 Answers  






Is anything faster than c?

0 Answers  


What are the 5 types of organizational structures?

0 Answers  


4)What would be the output? main() { int num=425; pf("%d",pf("%d",num)); } a)Comp error b)4425 c)4253 d)3435 e)none

10 Answers  


int *a[5] refers to

12 Answers   TCS,


What do you mean by dynamic memory allocation in c?

0 Answers  


array of pointer pointer to array pointer to pointer

1 Answers   MAHINDRA,


1.write a program to merge the arrays 2.write efficient code for extracting unique elements from a sorted list of array?

3 Answers   Qualcomm,


Categories