📝 Video Description Welcome to the C Programming – Complete Course (New Series) by Burle Sharma. In this class (1.36), we write a program to accept marks of three different subjects and display the total marks and percentage assuming each paper carries 100 marks. In this video, both the expected output and program are explained in detail — but the program is not executed yet, as the calculation logic needs a correction that will be explained in the next class (1.37). The formula used in this video is: percentage = total / 300 * 100 Since total is an integer, this calculation produces an unexpected result, which we’ll analyze and fix in the next video. 🎓 What you’ll learn in this video: How to accept and calculate total marks in C How to derive percentage logically Understanding integer arithmetic in percentage calculation Preparing to correct the logic in the next class 🧠 Key Learning Point: Even if a program looks correct logically, integer division in C can lead to incorrect results. Identifying such issues helps build strong programming fundamentals. #CProgramming #LearnC #BurleSharma #CProgrammingNewSeries #ProgrammingForBeginners #CMarksProgram #CPercentageCalculation #CBasicPrograms #CIntegerDivision #CArithmeticOperators #CStepByStepLearning#geecoding