Skip to content
View AsadullahAlMunib's full-sized avatar

Block or report AsadullahAlMunib

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
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