What is the difference between new and malloc functions?
No Answer is Posted For this Question
Be the First to Post Answer
sqrt(x+sqrt(x+sqrt(x+sqrt(x))))=2; Find the value of x?
What is a pointer?
What is wrong in this statement? scanf(“%d”,whatnumber);
What is s or c?
What is sizeof in c?
An interactive c program to read basic salary of 15 persons. each person gets 25% of basic as HRA, 15%of basic as conveyance allowances, 10%of basic as entertainment allowances.The total salary is calculated by adding basic+HRA+CA+EA.Calculate how many out of 15 get salary above 10,000.Rs also print the salary of each employee
Write down the program to sort the array.
Explain about the constants which help in debugging?
How can I direct output to the printer?
Explain output of printf("Hello World"-'A'+'B'); ?
Is c dynamically typed?
Explain how can you restore a redirected standard stream?