Answer Posted / avinash
#IS PREPOSSESSOR.
| Is This Answer Correct ? | 31 Yes | 7 No |
Post New Answer View All Answers
What is meant by realloc()?
Write the program that calculates and prints the average of several integers. Assume that the last value read is sentinel 9999.
What is pointer in c?
What is the benefit of using an enum rather than a #define constant?
What the different types of arrays in c?
what are the advanced features of functions a) function declaration and prototypes b) calling functions by value or by reference c) recursion d) all the above
How can I open files mentioned on the command line, and parse option flags?
write a C program:There is a mobile keypad with numbers 0-9 and alphabets on it. Take input 0f 7 keys and then form a word from the alphabets present on the keys.
Why doesnt this code work?
Write a program to print fibonacci series without using recursion?
What is the difference between far and near in c?
What is binary tree in c?
what is the basis for selection of arrays or pointers as data structure in a program
What is a #include preprocessor?
Where can I get an ansi-compatible lint?