Answer Posted / rajgopal
pointer is variable which store the addrss of another variable
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
typedef enum { html, java, javascript, perl, cgi } lang;The above statement defines a : a) Union b) User defined type c) Enumerated variable d) none
Explain what is a program flowchart and explain how does it help in writing a program?
What is difference between && and & in c?
What is struct node in c?
Explain 'bit masking'?
Where static variables are stored in memory in c?
Is c procedural or object oriented?
How variables are declared in c?
What is binary tree in c?
How can I read/write structures from/to data files?
What is #include stdio h?
Explain how do you generate random numbers in c?
a formula,a series of steps,or well defined set of rules for solving a problem a) algorithem b) program c) erdiagram d) compiler
When should the volatile modifier be used?
What are runtime error?