Answer Posted / vivek
we can get by convert prog. into sourse code
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Explain how are 16- and 32-bit numbers stored?
What is an identifier?
What is the difference between near, far and huge pointers?
What is sizeof return in c?
What is the importance of c in your views?
How many bytes are occupied by near, far and huge pointers (dos)?
What is keyword with example?
Read the following data in two different files File A: aaaaaaaadddddddd bbbbbbbbeeeeeeee ccccccccffffffff File B: 11111111 22222222 33333333 By using the above files print the following output or write it in the Other file as follows aaaaaaaa11111111dddddddd bbbbbbbb22222222eeeeeeee cccccccc33333333ffffffffffff
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 was noalias and what ever happened to it?
When should the register modifier be used? Does it really help?
What is the best way to comment out a section of code that contains comments?
Draw a diagram showing how the operating system relates to users, application programs, and the computer hardware ?
difference between native and cross compilers
Is register a keyword in c?