Answer Posted / shekar
a pointer is a variable that stores the address of another
variable. we can a pointer to any variable ..
| Is This Answer Correct ? | 10 Yes | 4 No |
Post New Answer View All Answers
What language is windows 1.0 written?
What is function what are the types of function?
What is register variable in c language?
How pointer is different from array?
What is the difference between memcpy and memmove?
Explain what is the use of a semicolon (;) at the end of every program statement?
Can you explain the four storage classes in C?
What is a macro in c preprocessor?
Describe dynamic data structure in c programming language?
What is the purpose of clrscr () printf () and getch ()?
Is null always equal to 0(zero)?
What is the description for syntax errors?
What is the function of this pointer?
How do you define a function?
What are the valid places to have keyword “break”?