What is the Entrance Exam for DDU Gorakhpur? The entrance exam for DDU Gorakhpur is the DDU entrance exam. The Deen Dayal Upadhyaya Entrance Exam […]
Read moreTag: c programming lectures
C program to copy contents of one file to another file
#include <stdio.h> #include <stdlib.h> // For exit() int main() { FILE *fptr1, *fptr2; char […]
Read moreMultiple of Matrix in c
Multiple of Matrix in c Multiple of Matrix in c #include <stdio.h> // Function to multiply two matrices void multiplyMatrices(int firstMatrix[10][10], int secondMatrix[10][10], int […]
Read moreresult calculator , simple function program , function in c , function in java , functions, function overloading
result calculator , simple function program , function in c , function in java , functions, function overloading result calculator , simple function program , […]
Read moreInput a number less than 5 and print “Hello World” five times if the condition is true – Program by using for loop, do while loop and while loop
Input a number less than 5 and print “Hello World” five times if the condition is true – Program by using for loop, do while […]
Read moreInput a number till 12 and print no of month, switch case program, java switch program, C switch program
Input a number till 12 and print no of month, switch case program, java switch program, C switch program Input a number till 12 and […]
Read moreInput number below 7 and print Day of week, switch programming, switch programming in C, switch programming in JAVA, programming questions
Input number below 7 and print Day of week, switch programming, switch programming in C, switch programming in JAVA, programming questions Input number below 7 […]
Read moreWrite a c++ program to check a number is ARMSTRONG or not using the below mentioned class
Write a c++ program to check a number is ARMSTRONG or not using the below mentioned class Write a c++ program to check a number […]
Read more
Recent Comments