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

What is class and object in c?

587


What are loops c?

614


What does s c mean in text?

605


What is the difference between #include and #include 'file' ?

602


Why c is called a mid level programming language?

601






When should structures be passed by values or by references?

581


Multiply an Integer Number by 2 Without Using Multiplication Operator

316


Here is a good puzzle: how do you write a program which produces its own source code as output?

591


which of the following is not a character constant a) 'thank you' b) 'enter values of p, n ,r' c) '23.56E-o3' d) all of the above

1414


What are loops in c?

547


Should I learn c before c++?

604


How can you determine the maximum value that a numeric variable can hold?

633


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

2719


Badboy is defined who has ALL the following properties: Does not have a girlfriend and is not married. He is not more than 23 years old. The middle name should be "Singh" The last name should have more than 4 characters. The character 'a' should appear in the last name at least two times. The name of one of his brothers should be "Ram" Write a method: boolean isBadBoy(boolean hasGirlFriend , boolean isMarried, int age , String middleName , String lastName , String[] brotherName); isHaveGirlFriend is true if the person has a girlfriend isMarried is true if the person is married age is the age of the person middleName is the middle name of the person lastName is the last name of the person brotherName is the array of the names of his brothers

1420


What is sizeof c?

604