Media Summary: ๐ Telegram channel link(for NOTES and DOUBTS) ๐I will cover entire 'GATE CS-IT ... Consider the following C functions. int fun1(int n) { static int i= 0; if (n greater than 0) { ++i; fun1(n-1); } return (i); } int fun2(int n)ย ... Consider the following C functions. int tob (int b, int* arr) { int i; for (i = 0; b greater_than 0; i++) { if (b%2) arr [i] = 1; else arr[i] = 0;ย ...
Programming Gate 2020 Cs It - Detailed Analysis & Overview
๐ Telegram channel link(for NOTES and DOUBTS) ๐I will cover entire 'GATE CS-IT ... Consider the following C functions. int fun1(int n) { static int i= 0; if (n greater than 0) { ++i; fun1(n-1); } return (i); } int fun2(int n)ย ... Consider the following C functions. int tob (int b, int* arr) { int i; for (i = 0; b greater_than 0; i++) { if (b%2) arr [i] = 1; else arr[i] = 0;ย ...