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


Please Help Members By Posting Answers For Below Questions

What are loops in c?

758


What is meant by keywords in c?

833


When would you use a pointer to a function?

786


general for is %wd,f-d; in this system "w" means a) 'w' represent total width of digits b) 'w' represent width which includes the digits before,after decimal place and the decimal point c) 'w' represent width which includes the digits before only d) 'w' represent width after decimal place only

819


Can a program have two main functions?

834


What’s the special use of UNIONS?

857


Compare array data type to pointer data type

801


Why isnt any of this standardized in c?

829


Why we not create function inside function.

1949


What do you mean by dynamic memory allocation in c? What functions are used?

874


What is the purpose of realloc()?

870


What is c programming structure?

811


the portion of a computer program within which the definition of the variable remains unchanged a) mode b) module c) scope d) none

824


A SIMPLE PROGRAM OF GRAPHICS AND THEIR OUTPUT I WANT SEE WAHAT OUTOUT OF GRAPHICS PROGRAM

1896


What is pragma in c?

839