SBT | DAILY TEST | 14 JUNE RETEST | TECHNICAL MCQ | CODING
TECHNICAL MCQ 1. #include<stdio.h> int main() { int value[4] = {7, 4, 9, 15}; int x=4, y; w…
TECHNICAL MCQ 1. #include<stdio.h> int main() { int value[4] = {7, 4, 9, 15}; int x=4, y; w…
Matrix Border - Previous & Next The program must accept an integer matrix of size RxC and an …
Swap Every Two Vowels The program must accept a string S as the input. The program must swap eve…
function getMatrixFromArrays The function/method getMatrixFromArrays accepts four arguments M, ar…
************************** 1.C - WU - Add Two Integers (Format Specifier) (Id-5418); ANS: scanf(&q…
A number N is passed as the input. The program must print the sum of odd digits in the number N. I…
Two numbers M and N are passed as the input. A number X is also passed as the input. The program m…
Two numbers M and N are passed as the input. The program must print the numbers divisible by 15 fro…
A number N is passed as input. Another number X is also passed as input. The program must print fi…
Two numbers A and B are passed as input. The program must print the odd numbers from A to B (inclu…
Two numbers N and X are passed as input. The program must print the multiples of N (starting from …
Number N is passed as the input. The program must accept N integer values and print the largest n…
A polygon is with N sides. The program must accept the length of the N sides and print the perime…
Two numbers A and B are passed as input. A number N is also passed as the input. The program must…
Number N is passed as the input. The program must reverse the number and print the reversed numbe…
Number N is passed as the input. The program must accept N integer values and print their sum as …
The lengths of the sides of a triangle X, Y and Z are passed as the input. The program must print…
The program must accept a positive integer N and print the digit in the tenth position. Input Form…
The program must accept a character C and print the output based on the following conditions. If …