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
All course Free Free FreeCoding Ninja ❀️

Few hr to go for test

πŸ˜±β€’ Get upto 100% Scholarship on India's highest rated coding courses!

πŸ’ͺ🏻 Your dream career is just a few steps away!

πŸŒ€Use code : TELEGRAM50 to get 50% off on registrations.


Register now
https://bit.ly/3LBHEl8

🚢Hurry Up ,few enrollment left
Channel name was changed to Β«TCS IRA NQT Exam SolutionΒ»
Start Your Exam at 6:45 PM
Join this for IRA Exam
πŸ“›πŸ“›πŸ“›
https://t.me/Coding_solution_0
https://t.me/Coding_solution_0
IRA Python
1.
2.
3.
4.
5.
6.
7.
8.
9.
10.
11.
12.
13.
14.
15.
16.
17.
18.
19.
20.
21.
22.
23.
24.
25.
26.
27.
28.
29.
30.
31.
32.
33.
34.
35.
36.
37.
38.
39.
40.
41.
42.
43.
44.
45.
46.
47.
48.
49.
50.

Start Your Exam at 6:45 PM
Join this for IRA Exam
πŸ“›πŸ“›πŸ“›
https://t.me/Coding_solution_0
https://t.me/Coding_solution_0
TCS IRA ??
Anonymous Poll
65%
Python
35%
Java
Guys IRA Rescheduled
See you Tomorrow

πŸš€πŸš€
https://t.me/Coding_solution_0
https://t.me/Coding_solution_0
🎯Cognizant- Infra Off Campus

Post Name: Graduate Trainee/Engineer Trainee
Salary : β‚Ή 2,52,000.00 – β‚Ή 4,00,000.00 per Annum

*Apply link:* https://jobforfreshar.in/index.php/cognizant-infra/

JOIN Us For More❀️❀️
https://t.me/offcampusjobs_0
Tech Mahindra Off Campus | πŸŽ–2020/21 Batch | πŸ’°3.5LPA

⚠️ Deadline - 23rd Feb
registration.techmahindra.com/Candidate/Instructions.aspx

Telegram -
https://t.me/offcampusjobs_0
Wipro Solution Available HereπŸš€πŸš€
https://t.me/Coding_solution_0
https://t.me/Coding_solution_0
def getprime(n):
sum = 0
for digit in str(n):
num=int(n)

if num > 1:
for i in range(2, int(num/2)+1):
if (num% i) == 0:
break
else:
sum += int(num)

Return sum


n = input()
Print (getprime(n))

Wipro Solution Available HereπŸš€πŸš€
https://t.me/Coding_solution_0
https://t.me/Coding_solution_0
num = 6172975
reversed_num = 0

while num != 0:
digit = num % 10
reversed_num = reversed_num * 10 + digit
num //= 10

print("Reversed Number: " + str(reversed_num))

Wipro Solution Available HereπŸš€πŸš€
https://t.me/Coding_solution_0
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

Wipro Solution Available HereπŸš€πŸš€
https://t.me/Coding_solution_0
https://t.me/Coding_solution_0
Wipro Next Solution Available Here
πŸš€πŸš€
https://t.me/offcampusjobs_0
https://t.me/offcampusjobs_0
#include<stdio.h>
#include<math.h>

int isPerfectSquare(int number)
{
int iVar;
float fVar;

fVar=pow(number,1.0/3.0);
iVar=(int)fVar;

if(iVar==fVar)
return number;
else
return 0;
}

int main()
{
int n;
scanf(β€œ%d”,&n);
int arr[n];
int i;
for(i = 0; i < n; i++)
{
scanf("%d",&arr[i]);
}
int count = 0;
for(i = 0; i < n; i++)
{
if(isPerfectSquare(arr[i]))
count++;
}
printf("%d",count);
return 0;
}

E-Commerce

βœ… All cases passed no complicated errors ❀️
Wipro Solution Available HereπŸš€πŸš€
https://t.me/Coding_solution_0
https://t.me/Coding_solution_0
Send the screenshot in big Group
Will share the solution β€οΈπŸ‘
Batman code

βœ…Wipro

Telegram-
https://t.me/Coding_solution_0
Festival season
Phyton code

βœ…Wipro

Telegram
https://t.me/Coding_solution_0
Channel name was changed to Β«TCS IRA 22 feb NQT Exam SolutionΒ»
Start your IRA at 6:45
IRA
Anonymous Poll
65%
Python
35%
Java