How many data structures are there in c?


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

Post New Answer

More C Interview Questions

What is #include cctype?

0 Answers  


consider the following program sigment int n,sum=1; switch(n) { case 2:sum=sum+2; case 3:sum*=2; break; default:sum=0;} if n=2, what is the value of sum a.0 b.6 c.3 d.none

7 Answers   TCS,


What is table lookup in c?

0 Answers  


Does c have enums?

0 Answers  


wat is the output int main() { char s1[]="Hello"; char s2[]="Hello"; if(s1==s2) printf("Same"); else printf("Diff"); }

3 Answers  


What is data types?

0 Answers  


How can I find out how much memory is available?

1 Answers   Persistent,


In a switch statement, what will happen if a break statement is omitted?

0 Answers  


Hi can anyone tell what is a start up code?

0 Answers   CTS,


Is r written in c?

0 Answers  


write a program that finds the factorial of a number using recursion?

13 Answers   Infosys, TATA,


What is the meaning When we write "#include" what is # and what does include does there???

22 Answers   HCL, Wipro,


Categories