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 |
using for loop sum 2 number of any 4 digit number in c language
What are the different types of errors?
what will be the output of" printf("%d%d",scanf("%d% d",&a&b));"
What is variable in c with example?
WHOT IS CHAR?
how can i sort numbers from ascending order and descending order using turbo c..
What is difference between structure and union in c?
What is malloc return c?
How to print "Hi World" without using semi colon?
How to get string length of given string in c?
what is the difference between exit() and _exit() functions?
What is the OOPs concept?