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 is cohesion and coupling in c?
What is the advantage of c?
Does c have an equivalent to pascals with statement?
what are the program that using a two dimensional array that list the odd numbers and even numbers separately in a given 10 inputs values
Explain the difference between malloc() and calloc() in c?
What is meant by high-order and low-order bytes?
what is the diffrenet bettwen HTTP and internet protocol
Difference between linking and loading?
Explain modulus operator.
Write a program on swapping (100, 50)
Explain Function Pointer?
What is sizeof c?
Why C language is a procedural language?
how can f be used for both float and double arguments in printf? Are not they different types?
What are the types of data structures in c?