Posts by Wilker • 1 point
2 posts
- 
		0 votes1 answer114 viewsQ: compare an entire row of a matrixWhat I want to do is simple: I want to compare an array or an entire row of variables of an array in search of certain values in order var[2][]=={1,2,3,4,5} //inteiro. todos de uma vez instead of… 
- 
		0 votes1 answer752 viewsQ: Compare two simple strings in C, input with scanf();what I intend to do is quite simple. I make the program ask for a password, the program compares, and if the password is valid, the program proceeds. An example: char pass[5]; printf("insira a…