what is the difference between normal variables and pointer
variables..............
Answer Posted / sasireka
normal variable contains tha value of variable either int
or float whereas pointer variable contains the address of
another variable
| Is This Answer Correct ? | 65 Yes | 32 No |
Post New Answer View All Answers
What is optimization in c?
What is meant by high-order and low-order bytes?
What is an auto variable in c?
How can I make sure that my program is the only one accessing a file?
What is the hardest programming language?
Which is not valid in C a) class aClass{public:int x;}; b) /* A comment */ c) char x=12;
Does c have circular shift operators?
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
How can you increase the allowable number of simultaneously open files?
What is the difference between new and malloc functions?
What are logical errors and how does it differ from syntax errors?
Where register variables are stored in c?
What are the types of unary operators?
Tell me when would you use a pointer to a function?
In C language, a variable name cannot contain?