Answer Posted / ankith.v
we need to follow Syntax
| Is This Answer Correct ? | 13 Yes | 1 No |
Post New Answer View All Answers
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.
Explain how do you list files in a directory?
List out few of the applications that make use of Multilinked Structures?
Write a program that accept anumber in words
How can I invoke another program (a standalone executable, or an operating system command) from within a c program?
Compare array data type to pointer data type
Why can't I perform arithmetic on a void* pointer?
How does sizeof know array size?
If null and 0 are equivalent as null pointer constants, which should I use?
When should the volatile modifier be used?
What is array of structure in c programming?
pierrot's divisor program using c or c++ code
What are register variables? What are the advantage of using register variables?
What is pointers in c?
What is a pragma?