Write a Program to print the sum of digits of a given number. #include <stdio.h> #include <conio.h> int main () { int no […]
Read moreAuthor: admin
Write a Program to swap the values of two variables.
Write a Program to swap the values of two variables. #include <stdio.h> #include <conio.h> int main () { int a,b,t ; […]
Read moreWrite a Program to convet temperature from degree centigrade to farenheit. F = C * (9/5) + 32
Write a Program to convet temperature from degree centigrade to farenheit. F = C * (9/5) + 32 #include <stdio.h> #include <conio.h> int […]
Read moreWrite a Program to compute the addition , subtraction , product , quotent and remainder of two given numbers.
Write a Program to compute the addition , subtraction , product , quotent and remainder of two given numbers. Write a Program to compute the […]
Read moreBCA Notes Link
BCA Notes Link (Shivam) BCA Notes Link (Shivam) Link : click here Topics Covered : bca notes bca notes app bca notes […]
Read moreDatabase Management System – Here’s what to study about, BCA and BTech subject
Database Management System – Here’s what to study about, BCA and BTech subject Database Management System – Here’s what to study about, BCA and BTech […]
Read moreOperating System important theoretical questions
Operating System important theoretical questions Operating System important theoretical questions Ques 1 : $ Define Process Synchronization. Ques 2 : Differentiate between fixed and […]
Read moreReal time and online processing system
Real time and online processing system Real time and online processing system Online Systems Online systems are the type of systems that are logged […]
Read moreWeb based Computing and Embedded Computing
Web based Computing and Embedded Computing Web based Computing and Embedded Computing ● Computer: A computer is a combination of hardware and software resources […]
Read moreMultitasking and Time sharing
Multitasking and Time sharing Multitasking and Time sharing What is a Multitasking OS? Multi-tasking allows you to execute various tasks or run different applications […]
Read more
Recent Comments