what is the use of pointers

Answer Posted / manju

It increases the speed of excecution when there is a need
for the usage of arrays....

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is difference between stdio h and conio h?

878


What is the process of writing the null pointer?

605


GIven a sequence of characters. How will you convert the lower case characters to upper case characters. ( Try using bit vector - sol given in the C lib -> typec.h)

678


What is the ANSI C Standard?

771


Can you assign a different address to an array tag?

694






1) There is a singing competition for children going to be conducted at a local club. Parents have been asked to arrive at least an hour before and register their children’s names with the Program Manager. Whenever a participant registers, the Program Manager has to position the name of the person in a list in alphabet order. Write a program to help the Program Manager do this by placing the name in the right place each time the Program Manger enters a name. 2) the Event Manager has to send participants to the stage to perform in the order in which they registered. Write a program that will help the Event Manager know who to call to the stage to perform. The Logic should be in Data Structures

2736


How many levels of pointers have?

588


Calculate the weighted average of a list of n numbers using the formula xavg = f1x1+f2x2+ ….+ fnxn where the f’s are fractional weighting factors, i.e., 0<=fi<1, and f1+f2+….+fn = 1

3651


Write a program to implement queue.

660


what is the structure pointer?

1642


What are enumerated types?

646


What is the data segment that is followed by c?

602


What are the rules for the identifier?

667


Is file a keyword in c?

496


What is maximum size of array in c?

580