Quais comandos listados são funções que na linguagem C pertencem à biblioteca string.h
A) system (“cls”); tan( ) e ceil()
B) sqrt(); pow() e floor()
C) strcat (destino, fonte); strupr (string) e strlwr (string)
D) strcat(); pow() e sin()
E) system(“color 0B”); log() e textcolor(cor)
Soluções para a tarefa
Respondido por
4
Resposta C) strcat (destino, fonte); strupr (string) e strlwr (string)
strcat (destino, fonte); anexa o string <fonte> ao string <destino>.
strupr(string); Retorna a <string> convertida para letras maiusculas.
strlwr(string); Retorna a <string> convertida para letras minusculas.
strcat (destino, fonte); anexa o string <fonte> ao string <destino>.
strupr(string); Retorna a <string> convertida para letras maiusculas.
strlwr(string); Retorna a <string> convertida para letras minusculas.
Perguntas interessantes
Inglês,
9 meses atrás
Matemática,
9 meses atrás
Biologia,
1 ano atrás
Matemática,
1 ano atrás
História,
1 ano atrás
Física,
1 ano atrás