Answer Posted / sameer shamsudeen
My Name is Sameer Shamsudeen !!!
| Is This Answer Correct ? | 2 Yes | 3 No |
Post New Answer View All Answers
Explain with the aid of an example why arrays of structures don’t provide an efficient representation when it comes to adding and deleting records internal to the array.
write a c program to find the sum of five entered numbers using an array named number
Define Array of pointers.
Explain how do you generate random numbers in c?
What is the difference between call by value and call by reference in c?
What does the characters “r” and “w” mean when writing programs that will make use of files?
Can the sizeof operator be used to tell the size of an array passed to a function?
Given an array of 1s and 0s arrange the 1s together and 0s together in a single scan of the array. Optimize the boundary conditions?
Tell us something about keyword 'auto'.
we need to calculating INCOME TAX for the person. The INCOME TAX is as follows:- First $10000/- of income : 4% tax Next $10000/- of income : 8% tax Next $10000/- of income : 11.5% tax above $10, 00,00/- : 15% tax What is the Solution of this Question ?
What's a good way to check for "close enough" floating-point equality?
write a program to print largest number of each row of a 2D array
Define C in your own Language.
What is the function of volatile in c language?
The process of repeatedly running a set of computer instructions until some condition is specifed a) condition b) sequential condition c) global d) iteration