What are the different types of pointers?
Answer Posted / gagan kataria
pointers, which point to the location
| Is This Answer Correct ? | 1 Yes | 18 No |
Post New Answer View All Answers
How can I get random integers in a certain range?
When I tried to go into a security sites I am denied access and a message appeared saying 'applet not initialize'. How can I rectify this problem.
How can you determine the size of an allocated portion of memory?
Explain the difference between strcpy() and memcpy() function?
What are pointers really good for, anyway?
Which programming language is best for getting job 2020?
What is a const pointer?
What is 1f in c?
How many keywords are there in c?
What does it mean when a pointer is used in an if statement?
What is function what are the types of function?
Difference between exit() and _exit() function?
What happens if you free a pointer twice?
why arguments can generally be passed to functions a) sending the values of the arguments b) sending the addresses of the arguments c) a & b d) none of the above
an expression contains relational operators, assignment operators, and arithmatic operstors. In the absence of parentheses, they will be evaluated in which of the following order a) assignment, relational, arithematic b) arithematic, relational, assignment c) relational, arithematic, assignment d) assignment, arithematic, relational