Which control loop is recommended if you have to execute set of statements for fixed number of times?
No Answer is Posted For this Question
Be the First to Post Answer
. A database table called PERSON contains the fields NAME, BASIC and HRA. Write a computer program to print a report which employee name and total salary for those employees whose total salary is more than 10,000. Total Salary = BASIC + HRA. At the end, the program should also print the total number of employees whose total salary is more than 10,000.
Is there sort function in c?
What are the types of data files?
Explain how can I remove the trailing spaces from a string?
Can you mix old-style and new-style function syntax?
Write a c program to demonstrate character and string constants?
what are the compilation steps? ( i want inside the compiler )
What will happen when freeing memory twice
how i m write c program 1.check prime number 2.prime number series
Can you write the function prototype, definition and mention the other requirements.
Disadvantages of C language.
What is the difference between the = symbol and == symbol?