Skip to content
View AsadullahAlMunib's full-sized avatar

Block or report AsadullahAlMunib

Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. It is a calculator, built with only ... It is a calculator, built with only “if statement” of C programming. It can Add, Subtract, Multiply and Divide only 2 numbers.
    1
    #include <stdio.h>
    2
    #include <math.h>
    3
    
                  
    4
    int main() {
    5
        double num1, num2, ans;
  2. C_Programming C_Programming Public

    I am learning C programming regularly and practice creating projects to become a better programmer. And I am uploading my written code here.

    C

  3. Multifunctional_Calculator Multifunctional_Calculator Public

    This is a Multifunctional_Calculator programmed in C language. It provides 7 type of Functionalities.

    C

  4. Arduino_Programming Arduino_Programming Public

    I am Learning Arduino Robotics Programming (.ino), and will try to Upload Code for Various Projects HERE, Insha'Allah. So that Anyone can Benefit from Seeing or Using these Codes at any time.

    C++

  5. Interesting_Functions Interesting_Functions Public

    I have created some Interesting Functions, and will keep trying to UPDATE and IMPROVE it.

    C

  6. Ultrasonic_Radar Ultrasonic_Radar Public

    This is Ultrasonic Radar system by using Arduino

    Processing