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 wild pointer in c?

793


Explain what is a stream?

792


Which node is more powerful and can handle local information processing or graphics processing?

1062


Draw a diagram showing how the operating system relates to users, application programs, and the computer hardware ?

2338


Explain what are global variables and explain how do you declare them?

829


C language questions for civil engineering

1459


Explain how do you list a file’s date and time?

789


Is c weakly typed?

739


Explain bitwise shift operators?

896


Can you tell me how to check whether a linked list is circular?

1046


What is the code in while loop that returns the output of given code?

1633


Why we use break in c?

741


How can I get the current date or time of day in a c program?

941


What are the different types of constants?

825


Write a program to print all permutations of a given string.

916