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

Answer Posted / vignesh1988i

NORMAL VARIABLES POINTER VARIABLES

it holds a data it holds the address
of variable
another data when we
we make it to point

it can be directly referred data can be referred as *
by it's variable name

normal variables don't have data it has full data security
security




thank u

Is This Answer Correct ?    37 Yes 13 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the full form of getch?

587


What are c header files?

583


In C, What is the #line used for?

1072


Differentiate between new and malloc(), delete and free() ?

677


Write programs for String Reversal & Palindrome check

601






In a header file whether functions are declared or defined?

631


What does it mean when the linker says that _end is undefined?

638


What are the types of pointers?

606


What is a ternary operator in c?

656


design and implement a data structure and performs the following operation with the help of file (included 1000 student marks in 5 sub. and %also) 1.how many students are fail in all 5 subjects (if >35) 2. delete all student data those are fail in all 5 subjects. 3. update the grace marks (5 no. if exam paper is 100 marks) 4. arrange the student data in ascending order basis of marks. 5.insert double of deleted students with marks in the list.

1501


what is the differnce between programing langauge and tool? is sas is a programing langauge r tool?

1909


What is function prototype in c with example?

583


Explain what will be the outcome of the following conditional statement if the value of variable s is 10?

750


Write a program on swapping (100, 50)

640


How to set file pointer to beginning c?

672