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
Explain the difference between getch() and getche() in c?
Explain can the sizeof operator be used to tell the size of an array passed to a function?
What is local and global variable in c?
All technical questions
Why isnt there a numbered, multi-level break statement to break out
What are the uses of null pointers?
How can I check whether a file exists? I want to warn the user if a requested input file is missing.
Why is python slower than c?
What is a built-in function in C?
When should a type cast not be used?
Is sizeof a keyword in c?
What is the use of gets and puts?
Is c++ based on c?
What is difference between Structure and Unions?
What are the two types of functions in c?