Skip to content

sahilahmed7707/Basic-C-Calculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Basic-C-Calculator

This is a basic c calculator by some beginner and professionals programmers.

The following can be accepted via scanf functions; the inputs can be multiple of single input;

====>>>>> sahilahmed0707 Added Divide, power, multiply functions.

/#include<stdio.h> int main() { int a=0,b=1,c,i; for(i=1;i<=12;i++) { printf("%d\n",a); c=a+b; a=b; b=c; } }/

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 16