what is use of malloc and calloc?
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.
When should you use a type cast?
What is a Deque?
How can you avoid including a header more than once?
Explain how does free() know explain how much memory to release?
How does pointer work in c?
which of 'arrays' or 'pointers' are faster?
what is the difference between arrays and linked list
26 Answers MAHINDRA, Tech Mahindra, Wipro,
What is the c language function prototype?
What is wrong with this initialization?
write a program to concatenation the string using switch case?
What is the difference between Printf(..) and sprint(...) ?