亚洲激情专区-91九色丨porny丨老师-久久久久久久女国产乱让韩-国产精品午夜小视频观看

溫馨提示×

C語言中如何讓輸入的數字隱藏

小億
155
2024-03-21 16:42:50
欄目: 編程語言

在C語言中,可以使用密碼輸入的方式來隱藏輸入的數字。下面是一個示例代碼:

#include <stdio.h>
#include <conio.h>

int main() {
    char password[20];
    int num;

    printf("Enter a number: ");
    scanf("%d", &num);

    printf("Enter password to hide the number: ");
    int i = 0;
    while (1) {
        password[i] = getch();
        if (password[i] == 13) {
            break;
        } else {
            printf("*");
        }
        i++;
    }
    password[i] = '\0'; // null-terminate the password

    printf("\nHidden number: %d\n", num);

    return 0;
}

在這個示例代碼中,用戶首先輸入一個數字,然后輸入一個密碼來隱藏這個數字。當用戶輸入密碼時,數字將被隱藏,只有*字符顯示出來。

0
札达县| 古浪县| 大理市| 新和县| 齐河县| 盐源县| 南江县| 临高县| 千阳县| 揭东县| 响水县| 福建省| 北京市| 云南省| 隆昌县| 乐安县| 祁连县| 宁阳县| 韩城市| 凌源市| 荥阳市| 台江县| 亚东县| 深泽县| 龙南县| 巴东县| 洛扎县| 墨竹工卡县| 城步| 淮南市| 临武县| 两当县| 锡林浩特市| 宾川县| 高唐县| 沁阳市| 夏邑县| 宜丰县| 井陉县| 越西县| 徐水县|