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 10, 2024 C – Function Pointer – Print OddEven Three integers A, B and C are passed as input. If A is 0 the program must print the odd numbers from B to C. If A is 1 the program must print…
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…