Program to find largest element in 2D Array Program to find largest element in 2D Array #include<stdio.h> int main() { int r; […]
Read moreCategory: Important
OCR and MICR
OCR and MICR OCR and MICR OCR OCR is stands for ( Optical Character Recognition ) . It is a technology that converts different types […]
Read moreFunctions of Operating System
Functions of Operating System Functions of Operating System Process Management Memory Management Security File Management Device Management Backup and Recovery 1- PROCESS MANAGEMENT The operating […]
Read moreDecimal To Binary in C
Decimal To Binary in C Decimal To Binary in C Question: Write a C program to convert a Decimal number to Binary number. […]
Read moreOperating System
Operating System Operating System Operating system is a system software. It basically manages all the resources of the computer . An operating system acts as […]
Read moreSum and Average of an Array
Sum and Average of an Array Sum and Average of an Array Code : #include<stdio.h> int main(){ int n; int sum=0; […]
Read moreChristmas tree 🎄🎄
// If you liked it don’t forget to give // a (+1) like. // Thank you all! // By @ Akash.. #include <iostream> #define N […]
Read morePrint alternate element in an Array
Print alternate element in an Array Print alternate element in an Array Code : #include<stdio.h> int main(){ int n; printf(“Enter size […]
Read moreSwapping two number using Function (Call By Reference)
Swapping two number using Function (Call By Reference) Swapping two number using Function (Call By Reference) Question: Write a program to swap two […]
Read moreFind the day of the week you were born!
// Please enter your birthday in this // format(including spaces): // DD MM YYYY // 22 01 1997 #include <iostream> using namespace std; int […]
Read more
Recent Comments