Join Regular Classroom : Visit ClassroomTech

Wipro NLTH

Wipro NLTH Coding Solve | Sum of Adjacent Distances | Codewindow.in

Write a program to calculate and return the sum of distances between the adjacent numbers In an array of positive integers. Note:You are expected to write code in the find Total distance function only which receive the first parameter as the number of items in the array, and second parameter as the array itself. You […]

Wipro NLTH Coding Solve | Sum of Adjacent Distances | Codewindow.in Read More »

Wipro NLTH Coding Solve | Encode as Number | Codewindow.in

Previous Question A company wishes to encodes its data. The data is in the form of a number. They wish to encodethe data with respect to a specific digit. They wish to count the number of times the specific digitreoccurs in the given data so that they can encode the data accordingly. Write an algorithm

Wipro NLTH Coding Solve | Encode as Number | Codewindow.in Read More »

Java Coding For Interview

Topic 1 JAVA Topic 1 Topic 2 JAVA Topic 2 Topic 3 JAVA Topic 3 The topics that are covered in this article:1. Inheritance2. Types of Inheritance in Java3. Example of Single Inheritance4. Example of Multilevel Inheritance5. Example of Hierarchical Inheritance6. Order of Constructor Calling7. Method Overriding8. Super in Inheritance9. Super without Inheritance10. Multiple Inheritance

Java Coding For Interview Read More »

Wipro Coding Question Solve

BUCKET ID C C #include<stdio.h> int main() { long int n; scanf(“%ld”,&n); int m; m=n%10; while(n) { if(m>n%10) m=n%10; n=n/10; } printf(“%d”,m); return 0; } ODD EVEN ONLINE GAME C C #include<stdio.h> int main() { int n; scanf(“%d”, &n); int i,a[n]; for(i=0;i<n;i++) { scanf(“%d”,&a[i]); } for(i=0;i<n;i++) { if(a[i]%2==0) printf(“%d “,a[i]); } for(i=0;i<n;i++) { if(a[i]%2!=0) printf(“%d “,a[i]);

Wipro Coding Question Solve Read More »

Wipro NLTH Aptitude

Wipro Model Placement Paper This paper consist of some aptitude and technical questions. Aptitude Questions 1. 12 members were present at a board meeting. Each member shook hands with all of the other members before & after the meeting.How many hand shakes were there? a) 130 b) 134 c) 132 d) 135 Answer : 132

Wipro NLTH Aptitude Read More »