How can I avoid the abort, retry, fail messages?
No Answer is Posted For this Question
Be the First to Post Answer
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 in C for showing working of different logical operator in C. Your program should guide users with proper message/menu on the console.
Will Macros support multiple arguments ?
what is array?
What is keyword with example?
What is pointer to pointer in c with example?
What is unary operator?
What is the usage of the pointer in c?
What is a structural principle?
What is Lazy evaluation in C? Give an example.
What is array in C
Can we initialize extern variable in c?