What is adt in c programming?


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

Post New Answer

More C Interview Questions

what are far pointers?

1 Answers  


What is logical error?

0 Answers  


How would you use the functions fseek(), freed(), fwrite() and ftell()?

0 Answers   Aspire, Infogain, TISL,


Explain can you assign a different address to an array tag?

0 Answers  


what is the difference between #include<> and #include”…”?

5 Answers  






what is pointer

1 Answers   TCS,


fn f(x) { if(x<=0) return; else f(x-1)+x; }

5 Answers   HCL,


What is array of structure in c programming?

0 Answers  


what is dangling pointer?

1 Answers   LG Soft,


Explain demand paging.

1 Answers   Agilent,


write a progam to compare the string using switch case?

1 Answers  


. Consider the following program main() { int a[5]={1,3,6,7,0}; int *b; b=&a[2]; } The value of b[-1] is (A) 1 (B) 3 (C) -6 (D) none

9 Answers   Oracle,


Categories