what is a pointer

Answer Posted / anil yadav

A pointer is a variable which contains the address in memory of another variable. We can have a pointer to any variable type....

Is This Answer Correct ?    4 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are type modifiers in c?

625


What is pragma c?

620


What is main return c?

523


What does 2n 4c mean?

725


What is scope of variable in c?

573






What is a program?

669


Create a simple code fragment that will swap the values of two variables num1 and num2.

820


What is 'bus error'?

651


What is the size of enum in c?

625


How many types of operators are there in c?

623


What are qualifiers and modifiers c?

553


What is the difference between int main and void main?

579


What is #pragma statements?

595


how to print electricity bill according to following charges first 100 units -1rs per unit for next 200 units-1.50 rs per unit without using conditions

2729


Define macros.

787