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

Is it fine to write void main () or main () in c?

543


Explain what will the preprocessor do for a program?

593


The number of bytes of storage occupied by short, int and long are a) 2, 2 and 4 b) 2, 4 and 4 c) 4, 4 and 4 d) none

759


Explain what are global variables and explain how do you declare them?

635


Explain c preprocessor?

678






how to create duplicate link list using C???

2069


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

1255


What does 3 periods mean in texting?

595


.find the output of the following program? char*myfunc(char*ptr) { ptr +=3; return (ptr); } int main() { char*x,*y; x="HELLO"; y=myfunc(x); printf("y = %s ",y); return 0; }

1990


What are the disadvantages of external storage class?

584


What is a wrapper function in c?

579


What is structure and union in c?

594


Write a program to reverse a given number in c language?

616


formula to convert 2500mmh2o into m3/hr

491


what is recursion in C

605