Answer Posted / bharat chandra
pointer is dynamic memory allocaton and memory space are
reduce.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Between macros and functions,which is better to use and why?
Explain how can I avoid the abort, retry, fail messages?
Explain can you assign a different address to an array tag?
How to compare array with pointer in c?
What is a pointer value and address in c?
I need a sort of an approximate strcmp routine?
#include
What does do in c?
What is typedef struct in c?
How can I insert or delete a line (or record) in the middle of a file?
4-Take two sets of 5 numbers from user in two arrays. Sort array 1 in ascending and array 2 in descending order. Perform sorting by passing array to a function mySort(array, sortingOrder). Then multiply both the arrays returned from function, using metric multiplication technique in main. Print result in metric format.
How was c created?
Can we use any name in place of argv and argc as command line arguments?
Why clrscr is used after variable declaration?
write a program fibonacci series and palindrome program in c