what is the difference between normal variables and pointer
variables..............
Answer Posted / rafiya
Variable is a name given to the memory location of the specified data type.
Pointers are the variables which are capable of storing another variable's address.
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
What is #line in c?
Why pointers are used in c?
Write a C/C++ program that connects to a MySQL server and checks if the InnoDB plug-in is installed on it. If so, your program should print the maximum number of concurrent threads that the InnoDB plug-in can create.
When is a “switch” statement preferable over an “if” statement?
How can I open a file so that other programs can update it at the same time?
Differentiate between full, complete & perfect binary trees.
What are the restrictions of a modulus operator?
Hi how many types of software editions are there and their difference (like home editions, enterprise, standard etc) can u please help me
In c programming typeing to occupy the variables in memory space. if not useing the variable the memory space is wasted.ok, how to avoid the situation..? (the variable is used & notused)
What are qualifiers?
What is function what are the types of function?
How can I trap or ignore keyboard interrupts like control-c?
write a C program: To recognize date of any format even formats like "feb-02-2003","02-february-2003",mm/dd/yy, dd/mm/yy and display it as mm/dd/yy.
Explain which function in c can be used to append a string to another string?
What are the 4 types of unions?