Answer Posted / ashwinishaligram308
Linker is the one which links libraries and loader is the
program which load the proacess in to memory for execution
| Is This Answer Correct ? | 20 Yes | 5 No |
Post New Answer View All Answers
What is the difference between array and pointer?
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.
What is static and volatile in c?
What does %d do?
any limit on the number of functions that might be present in a C program a) max 35 functions b) max 50 functions c) no limit d) none of the above
What is the difference between text and binary i/o?
Explain what is the difference between a string copy (strcpy) and a memory copy (memcpy)? When should each be used?
Difference between MAC vs. IP Addressing
Explain about C function prototype?
write a c program to find the sum of five entered numbers using an array named number
What is property type c?
Explain how does flowchart help in writing a program?
What are the storage classes in C?
Mention four important string handling functions in c languages .
What is hashing in c language?