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.
write a program to count the no of repaeted words in a line?
What is pointer & why it is used?
how can i include my own .h file EX:- alex.h like #include<alex.h>, rather than #include"alex.h"
Tell me what is the purpose of 'register' keyword in c language?
Explain what are the different file extensions involved when programming in c?
Where are the auto variables stored?
Differentiate call by value and call by reference?
What are the advantages of external class?
What is variable in c example?
What is the meaning of this decleration? unsigned char (*pArray[10][10]); please reply.
What is a const pointer?
what is c programming?