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
What is wild pointer in c?
Explain what is a stream?
Which node is more powerful and can handle local information processing or graphics processing?
Draw a diagram showing how the operating system relates to users, application programs, and the computer hardware ?
Explain what are global variables and explain how do you declare them?
C language questions for civil engineering
Explain how do you list a file’s date and time?
Is c weakly typed?
Explain bitwise shift operators?
Can you tell me how to check whether a linked list is circular?
What is the code in while loop that returns the output of given code?
Why we use break in c?
How can I get the current date or time of day in a c program?
What are the different types of constants?
Write a program to print all permutations of a given string.