C

C

Explore our C programming domain filled with a wealth of articles! Discover tutorials, advanced techniques, code examples, and best practices to enhance your skills. Dive in and start coding with confidence today!

CF

C – Heap – ExtractMax

An array of N integers is passed as input. Fill in the missing lines of code to implement the extractMax function to sort in…
CF

C – Structure Pointer – Bill

A bill has a price list for N items. A 10% Discount is given if the total price is greater than Rs. 2000. Fill in the missing lines of code to…
CF

Escape Speed

The program must accept three floating point values as G (gravitational constant), M (mass) and R (radius) of a planet. The program must…