Answer Posted / guest
The pointer you declared is p, not *p.
Is This Answer Correct ? | 10 Yes | 0 No |
Post New Answer View All Answers
What is data structure in c language?
Is there any possibility to create customized header file with c programming language?
Explain how do you use a pointer to a function?
What is the use of volatile?
Write a program to generate the Fibinocci Series
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 does int main () mean?
What is a memory leak? How to avoid it?
How do you define CONSTANT in C?
How can a program be made to print the line number where an error occurs?
Under what circumstances does a name clash occur?
Explain modulus operator.
What is a dynamic array in c?
Where can I get an ansi-compatible lint?
How do I determine whether a character is numeric, alphabetic, and so on?