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 |
What is formal argument?
Print all numbers which has a certain digit in a certain position eg: number=45687 1 number=4 2 number=5 etc
Which is better malloc or calloc?
explain memory layout of a C program
what is y value of the code if input x=10 y=5; if (x==10) else if(x==9) elae y=8; a.9 b.8 c.6 d.7
How many types of arrays are there in c?
All technical questions
How can I find out the size of a file, prior to reading it in?
What is the difference between memcpy and memmove?
Once I have used freopen, how can I get the original stdout (or stdin) back?
Here is a neat trick for checking whether two strings are equal
what is the format specifier for printing a pointer value?