Author: ICT BYTE

1st Semester, B.Sc. CSIT, C Programming

Write a function to add, subtract, multiply, and divide two complex numbers (x +iy) and (c + id). in C

Write a function to add, subtract, multiply, and divide two complex numbers (x +iy) and (c + id). in C typedef struct {double real;double imaginary;} Complex; Complex addComplex(Complex a, Complex …...

Read More

1st Semester, B.Sc. CSIT, C Programming

write a program in c to generate the following matrics: A = [ 3 5 7 2 −3 4 4 5 2 ] , B = [ 7 6 6 −5 4 3 ]

void displayMatrix(int matrix3, int rows, int columns) {for (int i = 0; i < rows; i++) {for (int j = 0; j < columns; j++) {printf(“%d “, matrixij);}printf(“n”);}} int main() …...

Read More

1st Semester, B.Sc. CSIT, C Programming

Write a program that uses a “for” loop to compute and prints the sum of a givennumbers of squares.

Write a program that uses a “for” loop to compute and prints the sum of a givennumbers of squares. #include<stdio.h> int main() {int n;int sum_of_squares = 0; }...

Read More

1st Semester, B.Sc. CSIT, C Programming

Write a program for the interest charged in installments for the following case. A cassette player costs Rs. 2000. A shopkeeper sells it for Rs. 100 down payment and Rs. 100 for 21 more months. What is the monthly interest charged?

Write a program for the interest charged in installments for following case. A cassetteplayer costs Rs. 2000. A shopkeeper sells it for Rs. 100 down payment and Rs. 100for 21 …...

Read More

1st Semester, B.Sc. CSIT, C Programming

Find the value of “a” in each of the following statements:int i=3 , j=4 ,k=8float a=4.5 ,b=6.5,c=3.5

Let’s calculate the value of “a” for each of the given statements: (a) a = b – i/k + c/kSubstituting the given values:a = 6.5 – 3 / 8 + …...

Read More

B.Sc. CSIT

B.Sc. Entrance Model Question with Answer | Mathematics

The expression p/q, where p and q are real numbers, is undefined if:(a) p ≠ 0 and q = 0 In this case, when the numerator (p) is nonzero and …...

Read More

B.Sc. CSIT, Featured

Admission Requirements for BSc CSIT and Computer Engineering

Admission Requirements for BSc CSIT and Computer Engineering Programs in Nepal BSc CSIT To be eligible for the BSc CSIT program in Nepal, a student must have completed twelve years …...

Read More

B.Sc. CSIT, Featured

B.Sc. CSIT Vs Computer Engineering. What is the difference? What should you study?

Differences Between BSc. CSIT and Computer Engineering in Nepal BSc. CSIT BSc. CSIT is a four-year undergraduate course designed to provide students with a high level of technical skills in …...

Read More

BCA

Best BCA College in Biratnagar | TU Affiliated

Best BCA Colleges in Biratnagar for Computer and IT Studies Himalaya Darshan College Established in 2070 B.S., Himalaya Darshan College offers a four-year Bachelor of Computer Application program to produce …...

Read More

News

Chinese Billionaire Jack Ma Makes Surprise Visit to Nepal Amidst Speculations

In a surprising turn of events, Jack Ma, the renowned Chinese billionaire and founder of Alibaba, arrived in Nepal yesterday afternoon. The enigmatic entrepreneur touched down at Tribhuvan International Airport …...

Read More
Close