Answer Posted / tarun gupta
Pointer is a variable. that contain's the M/r location of
another variable.
| Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
What is the use of volatile?
By using C language input a date into it and if it is right?
What is the ANSI C Standard?
Define macros.
When should a type cast be used?
Explain how do you list files in a directory?
Explain can static variables be declared in a header file?
What extern c means?
Differentiate between new and malloc(), delete and free() ?
write a program to find out prime number using sieve case?
in iso what are the common technological language?
Why can't I perform arithmetic on a void* pointer?
Which one to choose from 'initialization lists' or 'assignment', for the use in the constructor?
How to delete a node from linked list w/o using collectons?
What does void main () mean?