What is a pointer?

Answer Posted / gsrinivas

pointer is variable which stores the address of the memory
location

Is This Answer Correct ?    26 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How are variables declared in c?

573


What is masking?

613


How to write a program for machine which is connected with server for that server automatically wants to catch the time for user of that machine?

1557


One of the Institutes contains 5 student groups. Every group contains 4 students. Institute wants to store student group’s details in array. Group should contain group member’s details (name and registration number and age), project name, and mark of the group.

2128


What is volatile variable in c with example?

568






Write a programme using structure that create a record of students. The user allow to add a record and delete a record and also show the records in ascending order.

1599


What does a function declared as pascal do differently?

583


What is the difference between scanf and fscanf?

633


int i=3; this declaration tells the C compiler to a) reserve space in memory to hold the integer value b) associate the name i with this memory location c) store the value 3 at this location d) all the above

711


Explain how do you determine a file’s attributes?

570


Why #include is used in c language?

567


Where are some collections of useful code fragments and examples?

685


What are the loops in c?

570


Is null always equal to 0(zero)?

551


What does malloc () calloc () realloc () free () do?

532