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 the difference between array and structure in c?
Is c# a good language?
Can we increase size of array in c?
What does c mean in basketball?
Why is c so important?
What is keyword in c?
What is malloc calloc and realloc in c?
Describe newline escape sequence with a sample program?
what is associativity explain what is the precidence for * and & , * and ++ how the folloing declaration work 1) *&p; 2) *p++;
write a programe to accept any two number and check the following condition using goto state ment.if a>b,print a & find whether it is even or odd and then print.and a
What is the role of && operator in a program code?
What is assignment operator?
What is #include conio h?
while loop contains parts a) initialisation, evalution of an expression,increment /decrement b) initialisation, increment/decrement c) condition evalution d) none of the above
What are the storage classes in C?