In this code, I have an array of two dimensions, I started and I want to start with printf, but I do not know how to do it:
#include <stdio.h>
#include <stdlib.h>
int main()
{
int i;
int matriz1 [3][4] = {1, 2, 3, 4, 5, 6,...
asked by
17.05.2015 / 02:33