What is the mean of function?
What is a structure in c language. how to initialise a structure in c?
What is the difference between fread buffer() and fwrite buffer()?
How important is structure in life?
what is use of malloc and calloc?
what is the difference between 123 and 0123 in c?
24.what is a void pointer? 25.why arithmetic operation can’t be performed on a void pointer? 26.differentiate between const char *a; char *const a; and char const *a; 27.compare array with pointer? 28.what is a NULL pointer? 29.what does ‘segmentation violation’ mean? 30.what does ‘Bus Error’ mean? 31.Define function pointers? 32.How do you initialize function pointers? Give an example? 33.where can function pointers be used?
What is the best way of making my program efficient?
What is action and transformation in spark?
Explain the difference between #include "..." And #include <...> In c?
What is the use of getchar() function?
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.
Taking an example,differentiate b/w loader and linker ?