Answer Posted / supercool
A pointer is a datatype whose value refers directly to (or "points to") another value stored elsewhere in the computer memory using its address.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Given an array of 1s and 0s arrange the 1s together and 0s together in a single scan of the array. Optimize the boundary conditions?
program to convert a integer to string in c language'
What do you mean by scope of a variable in c?
Can we add pointers together?
What is the difference between null pointer and wild pointer?
What is size of union in c?
What is nested structure with example?
Explain about the constants which help in debugging?
How will you declare an array of three function pointers where each function receives two ints and returns a float?
Explain the difference between exit() and _exit() function?
Why c is known as a mother language?
Which is best linux os?
Explain what will the preprocessor do for a program?
c language interview questions & answer
Write a c program to build a heap method using Pointer to function and pointer to structure ?