hat is a pointer?
Answers were Sorted based on User's Feedback
Answer / satya.tivari
a pointer is a variable which stores an address of another
variable.
| Is This Answer Correct ? | 9 Yes | 2 No |
Answer / sumit mmmec
pointer provide the programmer direct access on memory
allocation.
| Is This Answer Correct ? | 5 Yes | 1 No |
Answer / vaibhav
it is a derived data type which holds the address of that
variable.
| Is This Answer Correct ? | 3 Yes | 0 No |
Explain what standard functions are available to manipulate strings?
Differentiate between the = symbol and == symbol?
Is calloc better than malloc?
can any one tel me wt is the question pattern for NIC exam
Do string constants represent numerical values?
Explain the Difference between the New and Malloc keyword.
How do you view the path?
Write a program to print “hello world” without using semicolon?
What does static mean in c?
write a program in c to find out the sum of digits of a number.but here is a condition that compiler sums the value from left to right....not right to left..
What are the functions to open and close file in c language?
How can I automatically locate a programs configuration files in the same directory as the executable?