what is pointer ? what is the use of pointer?

Answer Posted / m.karthiga

pointer is a variable it contains address of the another
variable..pointer saves the memory space then other
variables

Is This Answer Correct ?    9 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain what are the different data types in c?

745


I need a help with a program: Write a C program that uses data input in determining the whole of points A and a whole of circles B. Find two points in A so that the line which passes through them, cut through the maximum number of circles.

1486


Explain pointer. What are function pointers in C?

620


What is structure packing in c?

599


Is c still used?

591






What is structure and union in c?

590


What are the functions to open and close the file in c language?

587


What should malloc() do? Return a null pointer or a pointer to 0 bytes?

612


4-Take two sets of 5 numbers from user in two arrays. Sort array 1 in ascending and array 2 in descending order. Perform sorting by passing array to a function mySort(array, sortingOrder). Then multiply both the arrays returned from function, using metric multiplication technique in main. Print result in metric format.

1718


Explain why c is faster than c++?

564


explain what are pointers?

610


What is sizeof return in c?

607


Explain what does the format %10.2 mean when included in a printf statement?

769


Can a function be forced to be inline? Also, give a comparison between inline function and the C macro?

652


List the variables are used for writing doubly linked list program.

1611