Answer Posted / ann
its basically a pointer to a pointer
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
What is a structure member in c?
What is bubble sort technique in c?
Are global variables static in c?
what is the structure pointer?
Add Two Numbers Without Using the Addition Operator
differentiate built-in functions and user – defined functions.
What is ctrl c called?
can any one please explain, how can i access hard disk(physical address)? it is possible by the use of far,near or huge pointer? if yes then please explain......
How can I do serial ("comm") port I/O?
In a switch statement, explain what will happen if a break statement is omitted?
Why is c called c?
.find the output of the following program? char*myfunc(char*ptr) { ptr +=3; return (ptr); } int main() { char*x,*y; x="HELLO"; y=myfunc(x); printf("y = %s ",y); return 0; }
"C" language developed by "Dennis Ritchie" at AT & T. his remarks are a) too general, too abstract b) could deal with only specific problems c) lost generality of BCPL and B restored d) no remarks
Why does not c have an exponentiation operator?
In C programming, how do you insert quote characters (‘ and “) into the output screen?