判斷題字符串函數(shù)strupr(str),可將串中大寫字母變成小寫字母。

您可能感興趣的試卷

你可能感興趣的試題

3.單項選擇題以下定義數(shù)組的語句中正確的是()。

A.int a(10)
B.char str[];
C.int n=5;int a[4][n];
D.#define N 10    char str[N];

4.單項選擇題使用隨機函數(shù)需要包含的頭文件有()。

A.#include< stdlib.h>
B.#include< time.h>
C.#include < conio.h>
D.A和B