what is pointer?

Answer Posted / umakant gupta

Pointer is a kind of Array which store the Address of
Variable

Is This Answer Correct ?    11 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How can I convert a number to a string?

596


What is wrong with this code?

683


Why should I use standard library functions instead of writing my own?

661


When do you not use the keyword 'return' when defining a function a) Always b) Never c) When the function returns void d) dfd

629


What is a loop?

542






Can a variable be both constant and volatile?

547


What is a const pointer?

620


What is the deal on sprintf_s return value?

630


What are the different types of errors?

631


What are the rules for the identifier?

658


What is LINKED LIST? How can you access the last element in a linked list?

621


Given a valid 24 hour format time find the combination of the value and write a program ,do not hard the value and if any other inputs provided should work with the logic implemented Input: 11:30 Output: 13:10 Input: 18:25 Output: 21:58

1107


Explain the use of bit fieild.

698


How can you read a directory in a C program?

639


please send me the code for multiplying sparse matrix using c

1708