for questions 14,15,16,17 use the following
alternatives:a.int b.char.c.string.d.float
Answer Posted / rukmanee
a.int
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
What is hashing in c?
Explain how can a program be made to print the name of a source file where an error occurs?
Does c have an equivalent to pascals with statement?
Why does not c have an exponentiation operator?
the question is that what you have been doing all these periods (one year gap)
How to write a code for implementing my own printf() and
scanf().... Please hep me in this... I need a guidance...
Can you give an coding for c... Please also explain about
the header files used other than #include
Explain bit masking in c?
What's the total generic pointer type?
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 what is a 'locale'?
What are pointers? Why are they used?
How can I swap two values without using a temporary?
How do you search data in a data file using random access method?
When would you use a pointer to a function?
What does the && operator do in a program code?