Answer Posted / guest
a pointer is a a variable that contains the address of an
another variable
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
What is the collection of communication lines and routers called?
What is a void pointer? When is a void pointer used?
Write a program to print “hello world” without using semicolon?
How can you invoke another program from within a C program?
How do you generate random numbers in C?
What is string function in c?
Which is better malloc or calloc?
What are run-time errors?
What is page thrashing?
Why header file is used in c?
What is main return c?
Why is it usually a bad idea to use gets()? Suggest a workaround.
What is int main () in c?
What is difference between main and void main?
How would you rename a function in C?