what is pointer ? what is the use of pointer?
Answer Posted / guest
pointer is pointing to the addresss location
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
What does typeof return in c?
Using functions, write a program that multiplies two arrays. Use the following functions: - Function ReadArray - Function MultiplyArrays - Function DisplayArrays
Can a pointer be volatile in c?
1. Write a function to display the sum of two numbers in the following ways: By using (i) pass by value (ii) pass by address a. function with argument and with return value b. function with argument and without return value c. without argument , with return value d. without argument , without return value Note: Use pass by address.
What is a macro, and explain how do you use it?
When should the register modifier be used? Does it really help?
What is string in c language?
How can I get back to the interactive keyboard if stdin is redirected?
What is bubble sort in c?
Is swift based on c?
What happens if a header file is included twice?
Describe dynamic data structure in c programming language?
How many levels of pointers have?
Write the test cases for checking a variable having value in range -10.0 to +10.0?
How do you define a string?