Answer Posted / tarun gupta
Pointer is a variable. that contain's the M/r location of
another variable.
| Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
Can a variable be both const and volatile?
How many types of operators are there in c?
Device an algorithm for weiler-atherton polygon clipping, where the clipping window can be any specified polygon
Is malloc memset faster than calloc?
What are the parts of c program?
Why do we need volatile in c?
What are the key features in c programming language?
What does #pragma once mean?
How can I trap or ignore keyboard interrupts like control-c?
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.
Is c a great language, or what?
What are nested functions in c?
Why is c fast?
Can we add pointers together?
Write a program on swapping (100, 50)