ZOHO Drive | π2017-2022 Batch
π Deadline - 8th Dec
https://careers.zohocorp.com/forms/fcc89b5ebd373d598e0224d10f2199d12a89cdb001c479252ba774a9adbcd89b
Telegram - https://t.me/offcampusjobs_0
π Deadline - 8th Dec
https://careers.zohocorp.com/forms/fcc89b5ebd373d598e0224d10f2199d12a89cdb001c479252ba774a9adbcd89b
Telegram - https://t.me/offcampusjobs_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
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
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
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
b="aeiou"
c=0
for char in a:
if char in b:
c+=1
Print(c)
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
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
Forwarded from Off Campus job Updates- Placement Material
β
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
(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
{
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
JUST HIT THE SUBSCRIBE BUTTON
WE WILL SHARE THE SOLUTION THIS CHANNEL ππ
https://youtube.com/channel/UCmYO_4lgP8V5qRAunlc9wSg