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
What is the behavioral difference when include header file in double quotes (“”) and angular braces (<>)?
What do you mean by c what are the main characteristics of c language?
What are local static variables?
Write the program with at least two functions to solve the following problem. The members of the board of a small university are considering voting for a pay increase for their 10 faculty members. They are considering a pay increase of 8%. Write a program that will prompt for and accept the current salary for each of the faculty members, then calculate and display their individual pay increases. At the end of the program, print the total faculty payroll before and after the pay increase, and the total pay increase involved.
What is type qualifiers?
Explain how can I pad a string to a known length?
Can one function call another?
Can we compile a program without main() function?
What is the maximum no. of arguments that can be given in a command line in C.?
What is null in c?
How do you construct an increment statement or decrement statement in C?
What do you understand by friend-functions? How are they used?
What is spaghetti programming?
What is the use of a conditional inclusion statement in C?
Was 2000 a leap year?