I am a full-stack developer and UI designer. I am currently engaged in college and schools as computer faculty. In my free time, I enjoy chasing dream and hobbies.
NEB GRADE XII 2080 (2023) Computer Science (New course) …
Read moreGrade 12 Computer model question 2081 Group A: Multiple Choice Questions (9 × 1=9) Tick the best alternatives: 1. All the cand…
Read moreIntroduction Adding two numbers is one of the basic programs beginners learn when starting with C programming. In this article, we'll explain how to write …
Read moreDisplay even numbers using while and do while loops #include <stdio.h> int main() { int num = 1; // Using while loop to display even numbers …
Read more2x2 matrices M and N and display the sum of the matrices. #include <stdio.h> int main() { int M[2][2], N[2][2], sum[2][2]; int i, j; // Input…
Read more