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.
No Answer is Posted For this Question
Be the First to Post Answer
main() { int x=5; printf("%d %d %d\n",x,x<<2,x>>2); }
11 Answers CISOC, CitiGroup, College School Exams Tests,
what is the benefit of c30
int a=1,b=2,c=3; printf("%d,%d",a,b,c); What is the output?
Write a program for the following series: 1*3*5-2*4*6+3*5*7-4*6*8+.................up to nterms
wt is diference between int and int pointer as same as float and float pointer and char and char pointer
main() { FILE *fs; char c[10]; fs = fopen(“source.txt”, ”r”); /* source.txt exists and contains “Vector Institute” */ fseek(fs,0,SEEK_END); fseek(fs,-3L,SEEK_CUR); fgets(c,5,fs); puts(c); }
WRITE A CODE IN C TO SEARCH A FILE FROM NOTEPAD FILE.
what is C?
a direct address that identifies a location by means of its displacement from a base address or segment a) absolute address b) relative address c) relative mode d) absolute mode
What is binary tree in c?
c program to subtract between two numbers without using '-' sign and subtract function.
what is ur strangth & weekness
0 Answers Cognizant, LG Soft, NetEnrich,