A birthday boy wants to share pens and pencils to all the class memebers equally only if the pens and pencils and girls are equal to share....
May 22, 2024 · 1 min read · 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...
GGiriprasath commented