Answer Posted / ankith.v
pointer Is a Variable.
A Variable which Stores The Address Of Another Variable is
called as Pointer
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Explain what are run-time errors?
Using functions, write a program that multiplies two arrays. Use the following functions: - Function ReadArray - Function MultiplyArrays - Function DisplayArrays
What is structure padding in c?
What is the 'named constructor idiom'?
How can I run c program?
Explain what does the characters 'r' and 'w' mean when writing programs that will make use of files?
What does sizeof int return?
What is an lvalue in c?
any restrictions have on the number of 'return' statements that may be present in a function. a) no restriction b) only 2 return statements c) only 1 return statements d) none of the above
What is context in c?
how to construct a simulator keeping the logical boolean gates in c
What is the data segment that is followed by c?
What are the properties of union in c?
Explain how can a program be made to print the name of a source file where an error occurs?
What is difference between constant pointer and constant variable?