Off Campus Job Update
6.52K subscribers
313 photos
3 videos
22 files
968 links
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
Download Telegram
int main() {
char s[100];
int i;
printf("\nEnter a string : ");
gets(s);
for (i = 0; s[i]!='\0'; i++) {
if(s[i] >= 'a' && s[i] <= 'z') {
s[i] = s[i] - 32;
}
}
printf("\nString in Upper Case = %s", s);
return 0;
}
https://t.me/Coding_solution_0
https://t.me/Coding_solution_0
Sum of Squares

All test case pass
https://t.me/coding_solution_0
Add you 5 Friends in this Group Will provide with all solution πŸ˜ŠπŸš€
Find Virus Solution β€οΈπŸš€πŸš€
https://t.me/Coding_solution_0
WIPRO ELITE 2PM SOLUTION

PRIVATE GROUP πŸ‘‡

https://t.me/good_coders

CHANNEL ❀️
https://t.me/Coding_solution_0

JOB UPDATES
https://t.me/offcampusjobs_0

βœ… Share post in ur college Whatsapp grps.
Accenture Goldman Sachs SOLUTIONπŸš€

CHANNEL ❀️
https://t.me/Coding_solution_0

PRIVATE GROUP πŸ‘‡
https://t.me/good_coders

JOB UPDATES
https://t.me/offcampusjobs_0

βœ… Share post in ur college Whatsapp grps.
Channel name was changed to Β«ACCENTURE EXAM SOLUTION / ALL EXAM SOLUTIONΒ»
Channel name was changed to Β«LTI / TCS IRC / ALL EXAM SOLUTIONΒ»
Add your 5 friends in group will send all the solution πŸš€πŸš€
https://t.me/Coding_solution_0
Channel name was changed to Β«LTI / TCS / Goldman Sachs/ ALL EXAM SOLUTIONΒ»
TCS verbal

1) that

2.Of 39 years on July 4, 1902..

3. were inaugarated yesterday

15) I got lost at the fair and was scared

@) migrant worker

@) SAG
@) PR
@) There are celebrity chef in Mexican...

https://t.me/Coding_solution_0
TCS NQT SOLUTION πŸš€
https://t.me/solution_exam

GOLDMAN SACHS SOLUTION
πŸš€
https://t.me/Solution_Coding
Ev_ whole minute Dilemma code

n=int(input())
l=list(map(int,input().split()))
c=0
for i in range(0,len(l)):
for j in range(i+1, len(l)):
s=l[i]+l[j]
if s%60==0:
c=c+1
print(c)

Telegram
https://t.me/Coding_solution_0
#include<bits/stdc++.h>
using namespace std;
int main(){
int n;
cin>>n;
if(n<100 || n>200){
cout<<"INVAILD INPUT";
return 0;
}
if(n%2==0){
int div=n/4;
for (int i=0;i<4;i++){
cout<<div<<endl;
}
}
else{
int div=n/4;
int temp=n-(div*3);


for (int i=0;i<3;i++){
cout<<div<<endl;
}
cout<<temp;
}
}

C++

TCS exam

Telegram
https://t.me/Coding_solution_0