Answer Posted / hanif sagar
The collection of similar data type is called an array.
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
What is c system32 taskhostw exe?
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 is a ternary operator in c?
largest Of three Number using without if condition?
Give the rules for variable declaration?
What is memory leak in c?
What does a function declared as pascal do differently?
Explain how can I read and write comma-delimited text?
Can we change the value of constant variable in c?
Is it better to use malloc() or calloc()?
What is use of #include in c?
Can a program have two main functions?
What type of function is main ()?
How can I recover the file name given an open stream or file descriptor?
Write a program to implement a round robin scheduler and calculate the average waiting time.Arrival time, burst time, time quantum, and no. of processes should be the inputs.