What is a pointer in c?
Answers were Sorted based on User's Feedback
Answer / nashiinformaticssolutions
A pointer is a variable that stores the memory address of another variable.
Is This Answer Correct ? | 0 Yes | 0 No |
Answer / glibwaresoftsolutions
A pointer is a variable that stores the memory address of another variable.
Is This Answer Correct ? | 0 Yes | 0 No |
A pointer is a variable that stores the memory address of another variable.
Is This Answer Correct ? | 0 Yes | 0 No |
write a c program to store and print name,address,roll.no of a student using structures?
What is non linear data structure in c?
You have an array of n integers, randomly ordered with value 1 to n-1.The array is such that there is only one and one value occurred twice. How will you find this number?
what is pointer?
13 Answers HCL, TCS,
which type of aspect you want from the student.
what are brk, sbrk?
What are data structures in c and how to use them?
What is c language and why we use it?
write a fuction for accepting and replacing lowercase letter to'Z' with out using inline function.
How to add two numbers with using function?
Why void is used in c?
a linearly ordered set of data elements that have the same structure and whose order is preserved in storage by using sequential allocation a) circular b) ordinary c) array d) linear list