Answer Posted / raji
c uses the top-down approach.c++ uses bottom-up approach
| Is This Answer Correct ? | 4 Yes | 3 No |
Post New Answer View All Answers
Q.1 write a program to create binary tree 1 to 16 numbers? Q.2 write a program to creat a binary search tree for the member that is given by user?
The process of repeatedly running a set of computer instructions until some condition is specifed a) condition b) sequential condition c) global d) iteration
What is d'n in c?
What is main function in c?
Tell us the use of fflush() function in c language?
What is union in c?
What are data types in c language?
Can I initialize unions?
we called a function and passed something do it we have always passed the "values" of variables to the called function. such functions calles are called a) calls by reference b) calls by value c) calls by zero d) none of the above
what do you mean by enumeration constant?
How can I manipulate strings of multibyte characters?
What is the purpose of realloc()?
What is New modifiers?
Write the syntax and purpose of a switch statement in C.
How many levels deep can include files be nested?