What is a pointer in c?

Answer Posted / hr@tgksolutions.com

A pointer is a variable that stores the memory address of another variable.

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Which header file is essential for using strcmp function?

1224


What's the total generic pointer type?

849


What is the use of a static variable in c?

808


Can you pass an entire structure to functions?

927


Tell me what is null pointer in c?

802


Why do we need a structure?

810


What is header file in c?

853


Explain c preprocessor?

888


What is pointer to pointer in c with example?

761


What is p in text message?

756


What is a macro, and explain how do you use it?

835


What is restrict keyword in c?

873


A collection of data with a given structure for excepting storing and providing on demand data for multiple users a) linked list b) datastructer c) database d) preprocessor

876


What is the difference between ++a and a++?

962


Describe the steps to insert data into a singly linked list.

843