I have a function which accepts, and is supposed to
initialize,a pointer, but the pointer in the caller remains
unchanged.
Answer Posted / guest
The called function probably altered only the passed copy of
the pointer.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
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 ?
How many types of arrays are there in c?
What is the use of c language in real life?
What is switch in c?
What does %c mean in c?
List some basic data types in c?
Explain how do you override a defined macro?
What is break statement?
What Is The Difference Between Null And Void Pointer?
Write a code to remove duplicates in a string.
What does the && operator do in a program code?
What is hungarian notation? Is it worthwhile?
"C" language developed by "Dennis Ritchie" at AT & T. his remarks are a) too general, too abstract b) could deal with only specific problems c) lost generality of BCPL and B restored d) no remarks
What does nil mean in c?
Why can’t we compare structures?