What is the best way of making my program efficient?
No Answer is Posted For this Question
Be the First to Post Answer
Are the variables argc and argv are local to main?
Explain what header files do I need in order to define the standard library functions I use?
can you change name of main()?how?
What are nested functions in c?
why use "return" statement a) on executing the return statement it immediately transfers the control back to the calling program b) it returns the value present in the parentheses return, to the calling program c) a & b d) none of the above
Do you have any idea how to compare array with pointer in c?
what is difference between ANSI structure and C99 Structure?
can u write a program in C, which does not use = (eqaul)or any arithmatic assignment(like -=,+=,*= etc) operator to swap to number?
simple program of graphics and thier outpu display with a want what is out put of graohics in c language
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 5 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.
How many main () function we can have in a project?
Explain what is dynamic data structure?