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 are loops in c?
What is meant by keywords in c?
When would you use a pointer to a function?
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
Can a program have two main functions?
What’s the special use of UNIONS?
Compare array data type to pointer data type
Why isnt any of this standardized in c?
Why we not create function inside function.
What do you mean by dynamic memory allocation in c? What functions are used?
What is the purpose of realloc()?
What is c programming structure?
the portion of a computer program within which the definition of the variable remains unchanged a) mode b) module c) scope d) none
A SIMPLE PROGRAM OF GRAPHICS AND THEIR OUTPUT I WANT SEE WAHAT OUTOUT OF GRAPHICS PROGRAM
What is pragma in c?