10th class past paper computer 2024 | 10th class papers | 10th class old paper |

10th class past paper computer with solution.Past paper with solution is fully free all past papers available. 10th class computer past paper 2024 with solution For final exams and for getting good position past papers are very important so we are giving you free past papers with solution. First part (short questions) Question : Define compiler ? computer can understand and work in only machine language which is consist on 1 to 2 binary form and compiler is a software that convert high level language into low level language. Question : Write down five reserved words in c ? Int,char,if,else Question : What do you know about main section of a program? Each program has a main function which performs the tasks programmed by the user. Question : Define the format specifier? In C programming, a format specifier acts as a placeholder in functions like `scanf()` and `printf()` to indicate the type of data being read or displayed. It begins with a `%` symbol, followed by a character that r...