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
Difference between malloc() and calloc() function?
How many levels deep can include files be nested?
What is echo in c programming?
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
why return type of main is not necessary in linux
What is the best style for code layout in c?
What is the purpose of realloc()?
How many types of functions are there in c?
How can I do peek and poke in c?
What are pragmas and what are they good for?
Explain what math functions are available for integers? For floating point?
Can stdout be forced to print somewhere other than the screen?
Describe the steps to insert data into a singly linked list.
why to assign a pointer to null sometimes??how can a pointer we declare get assigned with a garbage value by default???
what is bit rate & baud rate? plz give wave forms