#include <stdio.h>
#include <string.h>
int main(){
char nome[31];
int aux=0;
printf("informe o nome: ");
gets(nome);
if(strcmp(nome,"ana")==0)
printf("vc digitou ana\n");
else
printf("vc nao digitou ana");
getche();
}
Trabalhos.:
E-mail: mvf5system@gmail.com
Blog: http://mvf5-system.blogspot.com.br/
Facebook: https://www.facebook.com/mvf5systems
0 comentários:
Postar um comentário