hat is a pointer?

Answer Posted / satya.tivari

a pointer is a variable which stores an address of another
variable.

Is This Answer Correct ?    9 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

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

1064


What is c basic?

589


Explain high-order and low-order bytes.

644


Explain what is a program flowchart and explain how does it help in writing a program?

630


In C language, the variables NAME, name, and Name are all the same. TRUE or FALSE?

757






Explain what is the difference between functions abs() and fabs()?

608


write a program that declares an array of 30 elements named "income" in the main functions. then cal and pass the array to a programmer-defined function named "getIncome" within the "getIncome" function, ask the user for annual income of 30 employees. then calculate and print total income on the screen using the following function: "void getIncome ( ai []);

1832


What is the advantage of an array over individual variables?

721


What is unary operator?

644


What is a volatile keyword in c?

627


What are multidimensional arrays?

646


Synonymous with pointer array a) character array b) ragged array c) multiple array d) none

603


Write a program to implement a round robin scheduler and calculate the average waiting time.Arrival time, burst time, time quantum, and no. of processes should be the inputs.

609


Explain how do you determine the length of a string value that was stored in a variable?

655


Why do we need functions in c?

541