c programming by mskuthar

Fibonacci Series in C

Fibonacci Series in C In the Fibonacci series, the following number is the sum of the preceding two numbers, for example, 0,…

C Program to make a calculator.

C Program to make a simple calculator (To perform +, -, *, / operations). #include <stdio.h>    #include <conio.h&g…

What is C Programming ( Very Basic)

C language tutorial for beginners and professionals using a programming approach will help you master the C language tutoria…

Addition of two numbers without using the Addition Operator

The first technique uses the notion of negative multiplied by minus to get a positive result. a-(-b) becomes a+b in this cas…

How can a number be converted to a string?

Can a number be converted to a string? A pointer to an array of char items that must be converted is sent to the function, a…

Applied Physics II Final Practical Exam

Department of Computer Science and Engineering First Year (Second Semester) Applied Physics II Steps to attend the ONLIN…

Load More
That is All