Answer Posted / hr@tgksolutions.com
A pointer is a variable that stores the memory address of another variable.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Why is c called a structured programming language?
What are header files and what are its uses in C programming?
c programs are converted into machine language with the help of a) an interpreter b) a compiler c) an operatinf system d) none of the above
What is the mean of function?
What is the need of structure in c?
Where does the name "C" come from, anyway?
What is the general form of #line preprocessor?
What is void c?
When can a far pointer be used?
What are data types in c language?
What is adt in c programming?
What is keyword in c?
What is the difference between union and structure in c?
Can you please explain the difference between exit() and _exit() function?
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 ?