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 the difference between c and java?
Explain what are multidimensional arrays?
how can use subset in c program and give more example
write a function that accepts an array A with n elements and array B with n-1 elements. Find the missing one in array B,with an optimized manner?
Can we compile a program without main() function?
What is a static variable in c?
C passes By value or By reference?
5 Answers Geometric Software, Infosys,
What does != Mean in c?
can we declare a function inside the structure? ex: struct book { int pages; float price; int library(int,float); }b; is the above declaration correct? as it has function declaration?
Explain the difference between null pointer and void pointer.
Write a program that an operator and two operands read from input operand operator on the implementation and results display.
Write a program to enter the name and age. If age>28 then find salary categories. if age<28 then find that you are gaduate or not.