165 подписчиков
96 видео
Roles of Indian judiciary | Legal Study | mkl
C Language Complete Course (With Notes & 300+ Practice Questions) || programming in c language
C program to convert character in UPPERCASE to lowercase & lowercase to UPPERCASE | MKL
Convert float value to integer value in C Program | Type Casting | MKL
C Program to convert integer value to float value | Type Casting | Type Conversion | MKL
Atkins diet
C Program to check whether the given number is ARMSTRONG Number or not without using Loop | MKL
print pattern using while loop
Delete an element of array in C++
Print Series : -1 ,2,-3,4,-5,6,-7,.....,n in C++
The zone diet
WAP to input number from 1 7 and display the corresponding day in the week using switch case | MKL
C Program to calculate the sum of first n natural numbers #36 | MKL
Print series : 3,8,15,24,35,...,n in C++
Read numbers until 1 is encountered and Calculate average of numbers #40
Search largest element in an array in C++
C Program to calculate sum of numbers from m to n | MKL
Input number corresponding to month (from 1-12) and print corresponding whether #35 | MKL
Print series : 1,2,9,4,25,6,49,.....,n in C++
Deletion of a specific element in an array without disturbing the sequence of array #2 | MKL
C Program to display the largest of 5 numbers using ternary operator & loop | MKL
Print series : 1,11,111,1111,.....,n in C++
Insertion of element in an array without disturbing the sequence of array #1 | MKL
Check whether character is in UPPERCASE, lowercase, digit, special symbol in C++
Calculate factorial of n terms using goto statement
Search biggest and smallest value in an Array #3 | MKL
Sorting elements of array in ascending and descending order #4 | MKL
Insert element in an Array in C++