Answer Posted / sridhar
Pointers are the variables,which are used to store address of the another variable.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
a sequence of bytes with one to one corrspondence to those in the external device a) sequential addressing b) address c) byte code d) none
Explain what is the heap?
how to write optimum code to divide a 50 digit number with a 25 digit number??
Explain with the aid of an example why arrays of structures don’t provide an efficient representation when it comes to adding and deleting records internal to the array.
Once I have used freopen, how can I get the original stdout (or stdin) back?
Why malloc is faster than calloc?
What is logical error?
Explain About fork()?
what are the different storage classes in c?
Does c have enums?
Explain what are the standard predefined macros?
What is the meaning of 2d in c?
State two uses of pointers in C?
Distinguish between actual and formal arguments.
what is the difference between class and unio?