HERE IS THE CODING QUESTION THAT I GOT IN TCS NQT 2024!!!!! #include int main() { int pens, pencils, girls, total_items; printf("Enter the number of pens: "); scanf("%d", &pens); printf("Enter the number of pencils: "); scanf("%d...