What is abstract data structure in c?


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

Post New Answer

More C Interview Questions

What is #pragma directive?how it is used in the program? what is its advantages and disadvantages?

2 Answers  


What is character constants?

0 Answers  


what's the o/p int main(int n, char *argv[]) { char *s= *++argv; puts(s); exit(0); }

1 Answers   Motorola,


Do pointers store the address of value or the actual value of a variable?

0 Answers   Fidelity,


what is the difference between declaration ,defenetion and initialization of a variable?

7 Answers   LG Soft,






What is the real time usage volatile?

2 Answers   Polycom,


A.C func() { pritnf(" in fuction %d",MACRO); } MAIN.c testfunc() { #define MACRO 10 printf("in test function %d", MACRO); } main() { printf("in main %d",MACRO); func(); testfunc(); getch(); }

2 Answers   Wipro,


How do you search data in a data file using random access method?

0 Answers  


Explain how do you generate random numbers in c?

0 Answers  


What are the types of functions in c?

0 Answers  


all c language question

0 Answers   Wipro,


What is a good way to implement complex numbers in c?

0 Answers  


Categories