what is the difference between normal variables and pointer
variables..............
Answer Posted / naga raju
a pointer is nothing more than an address, and a pointer variable is just a variable that can store an address.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
Can we use any name in place of argv and argc as command line arguments?
What are pointers?
What is dangling pointer in c?
Program will then find the largest of three numbers using nested if-else statements. User is prompted to enter three numbers. Program will find the largest number and display it on the screen. All three numbers entered by the user are also displayed. If user enters 21, 33, and 5, the output should be as follows: You entered: 21, 33 and 5. The largest number is 33.
Which node is more powerful and can handle local information processing or graphics processing?
what is the role you expect in software industry?
difference between object file and executable file
How can you increase the size of a dynamically allocated array?
Write a program to swap two numbers without using third variable in c?
What is a function in c?
What is the use of in c?
How can you allocate arrays or structures bigger than 64K?
Is it cc or c in a letter?
What are local static variables? How can you use them?
Write a code to generate divisors of an integer?