Printing char value using reference
Advertisements I’m having trouble trying to printf() a char variable. I declare two arrays, one for the brand names and the other for the values, based on which value is the biggest I get the appropriate brand name based on the position in the array. Well, printing marca here works perfectly. But when I try… Read More Printing char value using reference