What are pointers in C?

Answer Posted / mukesh kumar

pointer is variable it contain's or store the address of
other variable.

Is This Answer Correct ?    13 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is wild pointer in c with example?

576


Write a code to generate divisors of an integer?

642


What is array of structure in c?

595


Explain low-order bytes.

623


What is a nested loop?

651






which is an algorithm for sorting in a growing Lexicographic order

1395


What are the two forms of #include directive?

644


What are the differences between Structures and Arrays?

610


Why void main is used in c?

559


pgm to find any error in linklist(in single linklist check whether any node points any of previous nodes instead of next node)

2201


What will the code below print when it is executed?   int x = 3, y = 4;         if (x = 4)                 y = 5;         else                 y = 2;         printf ("x=%d, y=%d ",x,y);

1358


How can variables be characterized?

1652


What is 2 d array in c?

558


An application package has been provided to you without any documents for the following application. The application needs to be tested. How will you proceed?

673


Does c have an equivalent to pascals with statement?

574