What is wrong with this code?
No Answer is Posted For this Question
Be the First to Post Answer
Explain the concept and use of type void.
What is an lvalue?
I was asked to write a program in c which when executed displays how many no.of clients are connected to the server.
Explain 'bus error'?
How can I display a percentage-done indication that updates itself in place, or show one of those twirling baton progress indicators?
What is the difference between far and near ?
How to reverse alternate words in a given line of string For Eg: my name is narasimha output : my eman is ahmisaran
What is Heap?
Please list all the unary and binary operators in 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 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.
name the language for writing c compiler?
What are the average number of comparisons required to sort 3 elements?