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
How can you increase the allowable number of simultaneously open files?
How can a process change an environment variable in its caller?
#include
Design a program which assigns values to the array temperature. The program should then display the array with appropriate column and row headings.
When the macros gets expanded?
Does c have circular shift operators?
which of the following shows the correct hierarchy of arithmetic operations in C a) (), **, * or/,+ or - b) (),**,*,/,+,- c) (),**,/,*,+,- d) (),/ or *,- or +
What is cohesion and coupling in c?
Is calloc better than malloc?
What is the process to generate random numbers in c programming language?
Why doesnt the call scanf work?
Are the outer parentheses in return statements really optional?
Explain bitwise shift operators?
What are called c variables?
What is difference between Structure and Unions?