Off Campus Job Update
Відкрити в Telegram
500+ Placement & Competitive Exam Materials 75+ Companies Materials 100+ JOB Updates in a Month 🚀DM for Promotion @Wren_0 🚀Placement Updates: @offcampusjobs_0 🌟 Placment Material: @placement_materials0
Показати більше8 266
Підписники
Немає даних24 години
Немає даних7 днів
-12430 день
Архів дописів
set 1
infosys 26dec 11:am
reasoning:-
1).a
2).c
3).c
4).?
5).d
6).c
7).b
8).c
9).
10).
11).
12).d
13).b
14).a
15).d
mathematics:-
1).c
2).d
3).c
4).a
5).d
6).b
7).b
8).a
9).?
10).?
verbal:-
1).b
2).a
3).d
4).a
5).a
6).c
7).d
8).
9).b
10).
11).
12).
13).d
14).
15).c
16).a
17).
18).
19).
20).
pseudo code:-
1).
2).
3).
4).
5).
puzzle:-
1).
2).
3).
telegram https://t.me/Coding_solution_0
ADD YOUR 5 FRIENDS in the Group we will add you in private group for solution 🔥 🚀🚀
✅TCS IRA EXAM 27 JAVA Python 📣📣
https://t.me/TCS_IRA_27
✅INFOSYS ALL SLOTS SOLUTION🚀
https://t.me/good_coders
TCS EXAM Over For Everyone..?
Join this for Job Updates🚀
https://t.me/offcampusjobs_0
#include <stdio.h>
int fact(int num){
if(num>1){
return num*fact(num-1);
}
else if(num<=1){
return 1;
} }
int main() {
int n,p,res;
scanf("%d",&n);
scanf("%d",&p);
res = fact(n)/(fact(p)*fact(n-p));
printf("%d",res);
return 0;
}
Pollution code
https://t.me/Coding_solution_0
Python
Mud point code
Telegram -
Python
Mud point code
Telegram -
https://t.me/Coding_solution_0
#include <stdio.h>
int fact(int num){
if(num>1){
return num*fact(num-1);
}
else if(num<=1){
return 1;
} }
int main() {
int n,p,res;
scanf("%d",&n);
scanf("%d",&p);
res = fact(n)/(fact(p)*fact(n-p));
printf("%d",res);
return 0;
}
Pollution code
Telegram -
https://t.me/Coding_solution_0
