difference between ordinary variable and pointer in C?

Answer Posted / guest

ordinary variable holds value and pointer variable holds
the address

Is This Answer Correct ?    21 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Difference between malloc() and calloc() function?

863


How many levels deep can include files be nested?

852


What is echo in c programming?

730


int i=3; this declaration tells the C compiler to a) reserve space in memory to hold the integer value b) associate the name i with this memory location c) store the value 3 at this location d) all the above

967


why return type of main is not necessary in linux

1863


What is the best style for code layout in c?

818


What is the purpose of realloc()?

868


How many types of functions are there in c?

779


How can I do peek and poke in c?

834


What are pragmas and what are they good for?

744


Explain what math functions are available for integers? For floating point?

833


Can stdout be forced to print somewhere other than the screen?

827


Describe the steps to insert data into a singly linked list.

814


why to assign a pointer to null sometimes??how can a pointer we declare get assigned with a garbage value by default???

1706


what is bit rate & baud rate? plz give wave forms

1713