Answer Posted / guest
refer any good sorting tecnique
| Is This Answer Correct ? | 5 Yes | 10 No |
Post New Answer View All Answers
The performance of an operation in several steps with each step using the output of the preceding step a) recursion b) search c) call by value d) call by reference
Can two or more operators such as and be combined in a single line of program code?
What do you mean by scope of a variable in c?
How do I create a directory? How do I remove a directory (and its contents)?
Explain the difference between null pointer and void pointer.
Differentiate abs() function from fabs() function.
What is optimization in c?
How can you determine the size of an allocated portion of memory?
Do you know the difference between malloc() and calloc() function?
What is calloc malloc realloc in c?
How is = symbol different from == symbol in c programming?
What is a wrapper function in c?
show how link list can be used to repersent the following polynomial i) 5x+2
What is Dynamic memory allocation in C? Name the dynamic allocation functions.
Write a program of advanced Fibonacci series.