Answer Posted / vanitha
QUARK test? hello 11
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
how to count no of words,characters,lines in a paragraph.
How can you increase the allowable number of simultaneously open files?
Can we assign string to char pointer?
What do you mean by recursion in c?
in any language the sound structure of that language depends on its a) character set, input/output function, its control structures b) character set, library functions, input/output functions its control structures c) character set, library functions, control sturctures d) character set, operators, its control structures
How are strings stored in c?
Explain what is the stack?
Give differences between - new and malloc() , delete and free() ?
What is the advantage of an array over individual variables?
which is conditional construct a) if statement b) switch statement c) while/for d) goto
Explain the ternary tree?
What are pointers?
Declare the structure which contains the following members and write in C list of all students who score more than 75 marks. Roll No, Name, Father Name, Age, City, Marks.
How does #define work?
Why is it that not all header files are declared in every C program?