#include <stdio.h>
#include <math.h>
int main(void) {
int a, b,c;
scanf("%d",&a);
scanf("%d",&b);
scanf("%d",&c);
printf("%d",(int)pow(a,b)%c);
return 0;
}
Telegram- https://t.me/Coding_solution_0
#include <math.h>
int main(void) {
int a, b,c;
scanf("%d",&a);
scanf("%d",&b);
scanf("%d",&c);
printf("%d",(int)pow(a,b)%c);
return 0;
}
Telegram- https://t.me/Coding_solution_0
Forwarded from Off Campus job Updates- Placement Material
Accenture Off-Campus Drive | π2020 2021 batch | BE ME MCA MSc | π°4.5LPA
indiacampus.accenture.com/register/accenture/ndirl1/apply/?event=3233
β Share in your college WhatsApp Groups
Telegram - https://t.me/offcampusjobs_0
indiacampus.accenture.com/register/accenture/ndirl1/apply/?event=3233
β Share in your college WhatsApp Groups
Telegram - https://t.me/offcampusjobs_0
Forwarded from Off Campus job Updates- Placement Material
β
Wipro Elite phase-2 off-campus drive
Position: Project Engineer
Qualification: B.E/B.Tech/M.E/M.Tech
Batch: 2020/2021/2022
Salary: Rs 3.5 LPA
Last Date to register: 31 January 2022
Apply Now β€οΈ
http://app.joinsuperset.com/company/wipro/
Join us for moreππ
https://t.me/offcampusjobs_0
Position: Project Engineer
Qualification: B.E/B.Tech/M.E/M.Tech
Batch: 2020/2021/2022
Salary: Rs 3.5 LPA
Last Date to register: 31 January 2022
Apply Now β€οΈ
http://app.joinsuperset.com/company/wipro/
Join us for moreππ
https://t.me/offcampusjobs_0
Forwarded from Off Campus job Updates- Placement Material
Have you got the offer letter from TCS ?
Anonymous Poll
19%
Yes π―
59%
Noo π
22%
Checking poll π
Forwarded from Company Placement Material
awk 'BEGIN{FS="|";OFS=",";count=0}
(NR>1){
print $1,$3
count = count + 1
}END{
if(count == 0){
print "No records found."
}
}'
Painter code
Telegram- https://t.me/Coding_solution_0
(NR>1){
print $1,$3
count = count + 1
}END{
if(count == 0){
print "No records found."
}
}'
Painter code
Telegram- https://t.me/Coding_solution_0
Tomorrow Epam solutions group--
Epam pattern :
1) 10 aptitude question for 15 min
2) 2 coding question
3) 10 english question
4)10 reasoning question
https://t.me/Coding_solution_0
Epam pattern :
1) 10 aptitude question for 15 min
2) 2 coding question
3) 10 english question
4)10 reasoning question
https://t.me/Coding_solution_0
*InterntextEditor*
int n=scn.nextInt();
String a[]=new String[n];
String k="",kk="";;
for(int i=0;i<n;i++)
{
a[i]=scn.nextLine();
}
for(int i=0;i<n;i++)
{
String z[]=a[i].split(" ");
if(Integer.parseInt(z[0])==1)
{
kk=k;
k=k+z[1];
}
else if(Integer.parseInt(z[0])==2)
{
kk=k;
k=k.substring(0,k.length()-Integer.parseInt(z[1]));
}
else if(Integer.parseInt(z[0])==3)
{
System.out.println(k.charAt(Integer.parseInt(z[1])));
}
else if(Integer.parseInt(z[0])==4)
{
k=kk;
}
}
INTERN TEXT EDITOR
https://t.me/Coding_solution_0
int n=scn.nextInt();
String a[]=new String[n];
String k="",kk="";;
for(int i=0;i<n;i++)
{
a[i]=scn.nextLine();
}
for(int i=0;i<n;i++)
{
String z[]=a[i].split(" ");
if(Integer.parseInt(z[0])==1)
{
kk=k;
k=k+z[1];
}
else if(Integer.parseInt(z[0])==2)
{
kk=k;
k=k.substring(0,k.length()-Integer.parseInt(z[1]));
}
else if(Integer.parseInt(z[0])==3)
{
System.out.println(k.charAt(Integer.parseInt(z[1])));
}
else if(Integer.parseInt(z[0])==4)
{
k=kk;
}
}
INTERN TEXT EDITOR
https://t.me/Coding_solution_0
arr = [1, 2, 3, 4, 2, 7, 8, 8, 3];
print("Duplicate elements in given array: ");
#Searches for duplicate element
for i in range(0, len(arr)):
for j in range(i+1, len(arr)):
if(arr[i] == arr[j]):
print(arr[j]);
Telegram-
https://t.me/Coding_solution_0
print("Duplicate elements in given array: ");
#Searches for duplicate element
for i in range(0, len(arr)):
for j in range(i+1, len(arr)):
if(arr[i] == arr[j]):
print(arr[j]);
Telegram-
https://t.me/Coding_solution_0