Wednesday, March 29, 2023
Home Authors Posts by Team MCK

Team MCK

Palindrome in Go

0
Palindrome in Go
Palindrome in Go A palindrome is a number/string which is similar when read from the front and from the rear. Problem statement Given an Number, check whether...

Simple Interest set 1

0
Simple Interest set 1 final amount initial principal balance annual interest rate time (in years) Read the following questions carefully and choose the right answer. 1] From a bank, Ram...

HTML Text Formatting

0
HTML Text Formatting We can use some special tags to format the text as we want. Some Formatting elements tags are: <b> - Bold text Example: <b>This text is...

Lab Course – C

0
Lab Course – C
Lab Course – C Lab Course Manual Exercise 1 Set A Apply all the three program development steps for the following examples. 1. Accept dimensions of a cylinder...

Number Series Set II

0
Number Series Set II Logical Reasoning :: Number Series Number Series Set I * Look carefully for the pattern, and then choose which pair of numbers comes...

Advanced Web Designing

0
Advanced Web Designing The Hypertext Mark-up Language (HTML) is an evolving language, with different versions supporting different features. HTML5 is currently used because it supports...

Array in ascending order in C

0
Sort Array in ascending order in C
Array in ascending order in C Problem statement Given an array, sort in ascending order. Solution Use two for loops, Outer for loop for preserving index and the...

Average Aptitude Test Paper 1

0
Average Aptitude Test Paper 1 1) What is the average of first five multiples of 12? 36 38 40 42 The correct answer is A Explanation: Average = 12∗(1+2+3+4+5)...

Playing with Characters – HackerRank Solutions

0
Playingwithcards
Playing with Characters - HackerRank Solutions Problem statement Objective: This challenge will help you to learn how to take a character, a string and a sentence as...

Prime Number program in C

0
Prime Number program in C
Prime Number program in C A prime number is a positive integer that is divisible only by 1 and itself. For example: 2, 3, 5, 7,...
- Advertisement -

Latest Post

Average Set I

Aptitude