Answer Posted / prem
array is group of elements
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
What is #define in c?
What is a c token and types of c tokens?
Explain the array representation of a binary tree in C.
Wt are the Buses in C Language
What is use of integral promotions in c?
Difference between malloc() and calloc() function?
Which is best linux os?
What is the purpose of scanf() and printf() functions?
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 does printf does?
What is the explanation for prototype function in c?
What is a shell structure examples?
How can I implement sets or arrays of bits?
What is #pragma statements?
When should a far pointer be used?