how do you write a function that takes a variable number of
arguments? What is the prototype of printf () function?
No Answer is Posted For this Question
Be the First to Post Answer
Why pointers are used in c?
Differentiate b/w Modify and Update commands giving example.
what value is returned to operating system after program execution?
how to print this pyramid * * * * * * * * * * * * *
What is a null pointer in c?
Which is better malloc or calloc?
Explain the difference between ++u and u++?
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 are the commands should be given before weiting C Program i.e, Cd.. like
4 Answers IBM, Infonet, Satyam, Tech Mahindra,
1.)how to find d most repeated word in a string? string ="how do you do"?? output should be do
1 Answers AAS, Nagarro, Vuram,
How to write a code for random pick from 1-1000 numbers? The output should contain the 10 numbers from the range 1-1000 which should pick randomly, ie ,for each time we run the code we should get different outputs.
How can my program discover the complete pathname to the executable from which it was invoked?