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
What is bubble sort technique in c?
Difference between constant pointer and pointer to a constant.
Is stack a keyword in c?
What is a pointer in c plus plus?
array contains zeros and ones as elements.we need to bring zeros one side and one other side in single parse. ex:a[]={0,0,1,0,1,1,0,0} o/p={0,0,0,0,0,1,1,1}
write a program for egyptian fractions in c?
What tq means in chat?
What is data structure in c and its types?
I have one doubt. What does below statement mean? #define sizeof(operator) where operator can be int or float etc. Does this statement meaningful and where it can be used?
What is the use of header files?
Is there any restriction in how many arguments printf or scanf function can take? in which file in my c++ compiler i can see the code for implementation of these two functions??
How do I determine whether a character is numeric, alphabetic, and so on?