Coding | Mcqs | Multiple choice questions | Informative | Computer Science | Engineering | Aptitude | Quants | Verbal

INFEED

Showing posts with the label skillrack

Define class Person Java

Define class Person //Click on the Ads Shown in the blog The program must accept the details of a p…

function add - Two or more integers

function add - Two or more integers The program must accept five integers a b c d and e as the inpu…

Swap Every Two Vowels

Swap Every Two Vowels   The program must accept a string S as the input. The program must swap eve…

Function GetMatrixFromArrays

function getMatrixFromArrays  The function/method getMatrixFromArrays accepts four arguments M, ar…

C Starter Part -1

**************************  1.C - WU - Add Two Integers (Format Specifier) (Id-5418); ANS: scanf(&q…

C - Topic wise Practice Tracks ----->C - Logical Operators, Switch and Nested If Else Practice Programs----->PART001 - Challenges

C - Logical Operators, Switch and Nested If Else - PART001 - Challenges Vegetable Shop ID:6638 #in…

C++ - VERY-EASY - PART004-Sum of odd digits in a number

A number N is passed as the input. The program must print the sum of odd digits in the number N. …

C++ - VERY-EASY - PART004-Reverse Order - Print multiples of X from N to M

Two numbers M and N are passed as the input. A number X is also passed as the input. The program …

C++ - VERY-EASY - PART004-Print multiples of 15 from M to N

Two numbers M and N are passed as the input. The program must print the numbers divisible by 15 f…

C++ - VERY-EASY - PART004-Sum of odd numbers from M to N

Two numbers M and N are passed as the input. The program must print the sum of odd numbers from M …

C++ - VERY-EASY - PART004-Print first X multiples

A number N is passed as input. Another number X is also passed as input. The program must print f…

C++ - VERY-EASY - PART004-Sum of even numbers from M to N

Two numbers M and N are passed as the input. The program must print the sum of even numbers from …

C++ - VERY-EASY - PART004-Reverse Order - Print N to M

Two numbers M and N are passed as input. The program must print the numbers from N to M (inclusive…

C++ - VERY-EASY - PART004-Reverse Order - Print N to 1

A number N is passed as the input. The program must print the numbers from N to 1 (inclusive of N…

C++ - VERY-EASY - PART004-Print from M to N

Two numbers M and N are passed as the input. The program must print the numbers from M to N (inc…

C++ - VERY-EASY - PART004-Print from 1 to N

A number N is passed as the input. The program must print the numbers from 1 to N with each numbe…

C - VERY-EASY - PART004-Sum of odd digits in a number

A number N is passed as the input. The program must print the sum of odd digits in the number N. I…

C - VERY-EASY - PART004-Reverse Order - Print multiples of X from N to M

Two numbers M and N are passed as the input. A number X is also passed as the input. The program m…

C - VERY-EASY - PART004-Print multiples of 15 from M to N

Two numbers M and N are passed as the input. The program must print the numbers divisible by 15 fro…

C - VERY-EASY - PART004-Sum of odd numbers from M to N

Two numbers M and N are passed as the input. The program must print the sum of odd numbers from M t…

Load More That is All