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


Please Help Members By Posting Answers For Below Questions

What is %d used for?

791


Explain that why C is procedural?

909


Is javascript written in c?

798


By using C language input a date into it and if it is right?

814


What is the purpose of the statement: strcat (S2, S1)?

859


What is wild pointer in c?

811


What is the total generic pointer type?

937


What is adt in c programming?

862


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

873


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?

1821


.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; }

2322


Why isn't it being handled properly?

840


What is property type c?

849


Explain what is a stream?

814


What is header file definition?

835