• March 25, 2025

Data Types (C Programming), BCA I, MCA I, Msc IT, Gurukpo

Ms. Nidhi Khandelwal, Assistant Professor, Biyani Girls College explained about Data types in C with two programs . www.gurukpo.com, www.biyanicolleges.org

Basic C Program, C Programming(BCA I, MCA I, M.Sc. IT) Gurukpo

Ms. Nidhi Khandelwal, Assistant Professor, Biyani Girls College explained about basic C Program, Header files, Basic functions,Variables. www.gurukpo.com, www.biyanicolleges.org

Logic for factorial Lecture by Mr. Dhanesh Gupta.

The factorial of a non-negative integer n, denoted by n!, is the product of all positive integers less than or equal to n. The function uses for loop to calculate the …

Logic for Fibonacci Series Lecture by Mr. Dhanesh Gupta

Fibonacci series , 0 , 1 , 1 , 2 , 3 , 5 , 8 , 13 , 21 , 34 ………Fibonacci sequence are the numbers in the following integer …

Logic interchange the elements of an array, Lecture by Mr. Dhanesh Gupta.

Interchange the elements of an array Interchange the elements of an arrays is to exchange the elements of both the array with each other A. [5]=1,2,3,4,5 B. [5]=6,7,8,9,10 After Exchange :- …

Logic for Prime Number Lecture by Mr. Dhanesh Gupta.

A natural number greater than one has not any other divisors except 1 and itself. In other word we can say which has only two divisors 1 and number itself. For …