Off Campus Job Update
Open in 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
Show more8 266
Subscribers
No data24 hours
No data7 days
-12430 days
Posts Archive
Infosys HackWithInfy | Power Programmer - 💰8LPA
🎖 BE/MTech - 2023/2024/2025 Batch
infosys.com/careers/hackwithinfy.html
✅ Share post with your junior batches and College Placement cell
Telegram https://t.me/offcampusjobs_0
Infosys HackWithInfy | Power Programmer - 💰8LPA
🎖 BE/MTech - 2023/2024/2025 Batch
infosys.com/careers/hackwithinfy.html
✅ Share post with your junior batches and College Placement cell
Telegram - t.me/campusdrive
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.
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.
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
WIPRO ALL SOLUTION AVAILABLE
❤️CHANNEL
https://t.me/Coding_solution_0
❤️GROUP
https://t.me/good_coders
🎯Coding Ninjas has introduced an exclusive *Work from home Internship* opportunity for you.
*BENEFITS*
✨Internship Certificate
✨Personalised LinkedIn
✨Recommendations
✨Directly get to work in India's most loved EduTech company
✨Learn skills from Industry Experts and get ready for the interviews
✨Incentives for each Referral
Swags like Bluetooth speakers, Earphones/Headphones, MI Bands and what not!
Apply Now : https://bit.ly/3K1fXRV
🚶Hurry to enroll #free👆
🎯Coding Ninjas has introduced an exclusive *Work from home Internship* opportunity for you.
*BENEFITS*
✨Internship Certificate
✨Personalised LinkedIn
✨Recommendations
✨Directly get to work in India's most loved EduTech company
✨Learn skills from Industry Experts and get ready for the interviews
✨Incentives for each Referral
Swags like Bluetooth speakers, Earphones/Headphones, MI Bands and what not!
Apply Now : https://bit.ly/3K1fXRV
🚶Hurry to enroll #free👆
n=int(input())
if n>=30 and n<=50:
print("Average")
if n>=51 and n<=60:
print("Good")
if n>=61 and n<=80:
print("Excellent")
if n>=81 and n<=100:
print("Outstanding")
https://t.me/Coding_solution_0
include <bits/stdc++.h>
using namespace std;
int main()
{
int n;
cin>>n;
while(n>26)
{
int sum=0;
while(n>0)
{
int r=n%10;
sum+=r;
n/=10;
}
n=sum;
}
char c='A'+n-1;
cout<<c;
return 0;
}
C++
Company Code
Telegram
Telegram- https://t.me/Coding_solution_0
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;
}
Warehouse Code
Telegram - https://t.me/Coding_solution_0
