Skip to content
View Libishree's full-sized avatar

Block or report Libishree

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

Popular repositories Loading

  1. Gcd Gcd Public

    55

  2. Factorial-of-a-number Factorial-of-a-number Public

    53 1

  3. Add-two-integers- Add-two-integers- Public

    #include <stdio.h> int main() { int number1, number2, sum; printf("Enter two integers: "); scanf("%d %d", &number1, &number2); // calculate the sum sum = number1 + number2; printf("%d + %d = %d", n…

    45

  4. Printing-pattern-using-loops Printing-pattern-using-loops Public

    Printing pattern using loops

    44

  5. Printing-tokens-in-c Printing-tokens-in-c Public

    44

  6. Structuring-the-document-c Structuring-the-document-c Public

    #include <stdio.h> int main() { int number1, number2, sum; printf("Enter two integers: "); scanf("%d %d", &number1, &number2); // calculate the sum sum = number1 + number2; printf("%d + %d = %d", n…

    43