It was meant to work only with lowercase letters and when it came to symbols did not change, but they are being altered. What's the problem?
#include <stdio.h>
int main()
{
char texto[100];
int i = 0,j = 0,con,tam;
printf("texto\n");...
asked by
18.10.2015 / 17:51