Forwarded from Off Campus job Updates- Placement Material
#include"stdio.h"
void main() {
int n;
scanf("%d", &n);
if (n >= 30 && n <= 50)
printf("D");
elseif(n >= 51 && n <= 60)
printf("C");
elseif(n >= 61 && n <= 80)
printf("B");
elsif(n >= 81 && n <= 100)
printf("A")
}
C language
E-Commerce Code
Wipro
Telegram -
https://t.me/Coding_solution_0
void main() {
int n;
scanf("%d", &n);
if (n >= 30 && n <= 50)
printf("D");
elseif(n >= 51 && n <= 60)
printf("C");
elseif(n >= 61 && n <= 80)
printf("B");
elsif(n >= 81 && n <= 100)
printf("A")
}
C language
E-Commerce Code
Wipro
Telegram -
https://t.me/Coding_solution_0
Forwarded from Coding Solutions Group
Please open Telegram to view this post
VIEW IN TELEGRAM
PRIVATE GROUP FOR WIPRO EXAM SOLUTION ππβ€οΈ
Group
https://t.me/solution_exam
Channel
https://t.me/Coding_solution_0
Group
https://t.me/solution_exam
Channel
https://t.me/Coding_solution_0
Warehouse Ecommerce company
#include <stdio.h>
#include <string.h>
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
#include <stdio.h>
#include <string.h>
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
#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
Telegram-
https://t.me/Coding_solution_0
#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
Telegram-
https://t.me/Coding_solution_0
PRIVATE GROUP FOR WIPRO EXAM SOLUTION ππβ€οΈ
Group
https://t.me/solution_exam
Channel
https://t.me/Coding_solution_0
Group
https://t.me/solution_exam
Channel
https://t.me/Coding_solution_0
Forwarded from Coding All slot Solution
PRIVATE GROUP FOR WIPRO EXAM SOLUTION ππβ€οΈ
Group
https://t.me/solution_exam
Channel
https://t.me/Coding_solution_0
Group
https://t.me/solution_exam
Channel
https://t.me/Coding_solution_0