What is a good data structure to use for storing lines of text?


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

Post New Answer

More C Interview Questions

Hi Every one...........I have been selected for the SBI Clerk. But i m one month Pregnanat. So anyone please suggest me, is they take any objection on my joining .

4 Answers   State Bank Of India SBI,


Do you know the purpose of 'register' keyword?

0 Answers  


What is the purpose of void in c?

0 Answers  


What does %p mean?

0 Answers  


void main() { int s[4][2]={ {1234,56},{1212,33},{1434,80},{1312,78} }; int (*p)[2]; int i,j,*pint; for(i=0;i<=3;i++) { p=&s[i]; pint=p; printf("\n"); for(j=0;j<=1;j++) printf("%d",*(pint+j)); } } while running this program it shows a warning-suspicious pointer conversion ie pint=p; my que is why should we assign the value of p to pint again.why cant we use it directly as *(p+j)..but if i use like tat the o/p is garbage value..

1 Answers  


What is boolean in c?

0 Answers  


shorting algorithmS

0 Answers   Wipro,


How does the C program handle segmentation faults?

2 Answers  


How are variables declared in c?

0 Answers  


what is an array

5 Answers  


how to find turn around time in operating system?

3 Answers  


Explain what does a function declared as pascal do differently?

0 Answers  


Categories