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
l,r=list(map(int,input().split()))
s=0
for i in range(l,r+1):
    dup=[]
    dup=list(map(int,str(i)))
    s=s+sum(dup)
print(s)

Telegram -
https://t.me/Coding_solution_0
int c = 0;
for(int i = 0; str[i] != '\0'; i++) {
if(str[i] == ch)
c++;
}
return c;




count of specific character

Telegram - https://t.me/Coding_solution_0
TCS CodeVita, the world’s largest programming contest, is back with its season 10.

Register Yourself Now

πŸš€πŸš€
https://bit.ly/31srRm4
def Check_Vow(string, vowels):
final = [each for each in string if each in vowels]
print(len(final))

string=input()
vowels = "AaEeIiOoUu"
Check_Vow(string, vowels);

Telegram - https://t.me/Coding_solution_0
a=input()
b="aeiou"
c=0
for char in a:
if char in b:
c+=1
Print(c)
Telegram
https://t.me/Coding_solution_0
Safe square code
Telegram -
https://t.me/Coding_solution_0
k=int(input())
l=int(input())
m=int(input())
s=min(k,l)
s1=m+max(k,l)-s
if(s1>=s):
p=s
while(s1<s):
s1+=2
s-=1
p=s
print(p)

Python
Boys and Girls Code
Telegram -https://t.me/Coding_solution_0
βœ…XL Dynamics Hiring for various positions across India
(Software Engineer, HR, financial analyst, IT manager Etc)

πŸ’ΈMinimum CTC:- 5 LPA
Freshers/ Experienced

Any branch/ Any Course can apply

How to Apply ❀️
1. CLICK ON THE LINK
2. SELECT JOB POSITIONS YOU ARE INTERESTED IN
3 - Fill the form, you will get the test link by admin@mettl.com, appear for it and get the job.

πŸ”—Apply Link
https://bit.ly/3Ao3DGb

πŸ“ŒTelegram:-
https://t.me/offcampusjobs_0
int main()
{
int arr[] = {1,3,3,4,4,4};

//Calculate length of array arr
int length = sizeof(arr)/sizeof(arr[0]);

printf("Duplicate elements in given array: \n");
for(int i = 0; i < length; i++) {
for(int j = i + 1; j < length; j++) {
if(arr[i] == arr[j])
printf("%d\n", arr[j]);
}
}
return 0;
}

Telegram - https://t.me/Coding_solution_0
GET ALL THE SOLUTIONS TOMORROW

JUST HIT THE SUBSCRIBE BUTTON

WE WILL SHARE THE SOLUTION THIS CHANNEL πŸš€πŸš€


https://youtube.com/channel/UCmYO_4lgP8V5qRAunlc9wSg
ALL THE SOLUTIONS UPLOADED HERE
ADD YOUR FRIENDSπŸš€


https://t.me/Coding_solution_0
Tcs answers.

CODING SOLUTION HELP

1.c
2.18
3.c

Telegram - https://t.me/Coding_solution_0