What are pointers?
No Answer is Posted For this Question
Be the First to Post Answer
let's take a code struct FAQ { int a; char b; float c; double d; int a[10]; }*temp; now explain me how the memory will be allocated for the structure FAQ and what address will be in the structure pointer (temp)....................
What is the explanation for modular programming?
12344321 123 321 12 21 1 1 how i print this program??
5 Answers DSR Management, Winit,
how to impliment 2 or more stacks in a single dimensional array ?
const char * char * const What is the differnce between the above tow?.
How do I declare an array of N pointers to functions returning pointers to functions returning pointers to characters?
what is data structure.in linear and non linear data structures which one is better?Explain
How can you restore a redirected standard stream?
What is the benefit of using #define to declare a constant?
what is mean by Garbage collection ? Please answer me. Advance thanks.
what is the difference between c and java?
What is the value of a[3] if integer a[] = {5,4,3,2,1}?