What are the disadvantages of a shell structure?


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

Post New Answer

More C Interview Questions

What are nested functions in c?

0 Answers  


Linked lists -- can you tell me how to check whether a linked list is circular?

0 Answers  


what is pointer?

13 Answers   HCL, TCS,


What does extern mean in a function declaration?

4 Answers  


What are the types of type qualifiers in c?

0 Answers  






Explain how do you print an address?

0 Answers  


How can I read a directory in a c program?

1 Answers   CSC,


What is variables in c?

0 Answers  


How can a string be converted to a number?

0 Answers  


Synonymous with pointer array a) character array b) ragged array c) multiple array d) none

0 Answers  


How can I find out the size of a file, prior to reading it in?

0 Answers  


what will be the output of this program? void main() { int a[]={5,10,15}; int i=0,num; num=a[++i] + ++i +(++i); printf("%d",num); }

6 Answers   Microsoft,


Categories