Fuchhas who didn’t have C/C++ in class XII should start learning C / C++ in the I sem or latest by the winter break of I semester. It is observed that freshers with no programming background struggle a lot in the II sem subject Introduction to Programming. Here is an important link to give a brief introduction to the programming languages ( C/C++ ). So , jet set and go…
But before this , Fachhas , compile this:
#include <stdio.h>
void main() {
int i;
for (i=1;i<100;i++)
printf(“ It was a tragedy that I didn’t have C/C++ in XII \n”);