what is the difference between normal variables and pointer
variables..............

Answer Posted / yshwanth

variable is an memory alocation were the value keps on
changing during the execution of the program

Is This Answer Correct ?    11 Yes 7 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain modulus operator. What are the restrictions of a modulus operator?

603


What is s in c?

621


Explain pointer. What are function pointers in C?

630


What is the function of this pointer?

679


Is c is a procedural language?

601






How pointer is different from array?

585


Explain what is the difference between a string copy (strcpy) and a memory copy (memcpy)? When should each be used?

606


Is c is a low level language?

568


What is wild pointer in c with example?

581


write a c program to find the largest and 2nd largest numbers from the given n numbers without using arrays

1788


Once I have used freopen, how can I get the original stdout (or stdin) back?

631


Write a program in c to replace any vowel in a string with z?

699


What are structure members?

601


number of times a digit is present in a number

1545


write a c program for swapping two strings using pointer

2098