what is pointer ? what is the use of pointer?
Answer Posted / sri harsha
pointer is lock to house.house is any data.mainly for
saving space,security we will use pointers.
Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
What is %d used for?
Explain that why C is procedural?
Is javascript written in c?
By using C language input a date into it and if it is right?
What is the purpose of the statement: strcat (S2, S1)?
What is wild pointer in c?
What is the total generic pointer type?
What is adt in c programming?
A routine usually part of the operation system that loads a program into memory prior to execution a) linker b) loader c) preprocessor d) compiler
Q.1 write aprogram to stack using linklist o insert 40 items? Q.2 write a program to implement circular queue with help of linklist?
.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; }
Why isn't it being handled properly?
What is property type c?
Explain what is a stream?
What is header file definition?