C1 Min Read LetuscrackonJune 11, 2024 Pointer & Structure – CTC Hike A company has given hike 10% of annual pay for its employee which includes basicpay and HRA. Fill the missing lines of code to print the…
C1 Min Read LetuscrackonJune 11, 2024 Structure – Item with Maximum Price N items are passed as the input along with id, name and price. All the N items will have distinct price. Print the item details which has…
C1 Min Read LetuscrackonJune 10, 2024 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…