Answer Posted / prakash
array is nothing but group of elements and store the many values
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How is actual parameter different from the formal parameter?
Why doesnt this code work?
How can I copy just a portion of a string?
How does pointer work in c?
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 ?
Do array subscripts always start with zero?
What is the difference between NULL and NUL?
What does != Mean in c?
How can a program be made to print the name of a source file where an error occurs?
explain how do you use macro?
Can you explain what keyboard debouncing is, and where and why we us it? please give some examples
Are there constructors in c?
Describe explain how arrays can be passed to a user defined function
What is selection sort in c?
What is a #include preprocessor?