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

Write a simple program to find the size of different basic data types in C.

3 Answers  


What is local and global variable in c?

0 Answers  


Write the test cases for checking a variable having value in range -10.0 to +10.0?

0 Answers   Bosch,


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

3 Answers  


Why malloc is faster than calloc?

0 Answers  






Write a function expand(s1,s2) that expands shorthand notations like a-z in the string s1 into the equivalent complete list abc...xyz in s2 . Allow for letters of either case and digits, and be prepared to handle cases like a-b-c and a-z0-9 and -a-z. z-a:zyx......ba -1-6-:-123456- 1-9-1:123456789987654321 a-R-L:a-R...L a-b-c:abbc

0 Answers  


any "C" function by default returns an a) int value b) float value c) char value d) a & b

0 Answers  


Juxtapose the use of override with new. What is shadowing?

1 Answers  


How do you list a file’s date and time?

0 Answers  


my project name is adulteration of chille powder.how can i explain it to the hr when he asks me about the project?

0 Answers  


swapping of two numbers without using third variable using AND and OR operators

2 Answers  


what is disadvantage of pointer in C

13 Answers   Tech Mahindra,


Categories