Skip to content
View KanishkRaj-RAKA's full-sized avatar

Block or report KanishkRaj-RAKA

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. weather-app weather-app Public

    weather-app.github.io

    JavaScript

  2. password-generator password-generator Public

    password-generator.github.io

    HTML

  3. OTP-verification OTP-verification Public

    *What it does:* This system generates a unique one-time password (OTP) to verify user accounts. Users simply input their phone number, receive the OTP, and enter it to gain access.

  4. d6p1.c d6p1.c Public

    Write a menu driven program to find the max, min, average, standard deviation of the elements of an integer array using separate functions.

    C

  5. d6p2.c d6p2.c Public

    Write a program to read a line of text from the keyboard and convert it into a coded text by changing its characters by adding a code number to them. This code number must be taken as input. For ch…

    C

  6. Day7-Lab-Assignment Day7-Lab-Assignment Public

    1. Write a recursive function to calculate the GCD of two numbers. 2. Write a recursive function to calculate the sum of all digits of a number entered by the user.

    C