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 |
Is it possible to use curly brackets ({}) to enclose single line code in c program?
What is the scope of static variables?
What is atoi and atof in c?
What is ## preprocessor operator in c?
Differentiate between full, complete & perfect binary trees.
Write a simple code fragment that will check if a number is positive or negative.
What are the functions to open and close file in c language?
Where can I get an ansi-compatible lint?
Diff between for loop and while loop?
how many times does the loop iterated ? for (i=0;i=10;i+=2) printf("Hi\n");
wt is diference between int and int pointer as same as float and float pointer and char and char pointer
WRITE A CODE IN C TO SEARCH A FILE FROM NOTEPAD FILE.