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....
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...
mahatalks.hashnode.dev1 min read
Giriprasath A
Thank you