December 2018 1 21 Report
Mam pytanie mam napisać program który wylicza podane argumenty w tablicy -ile jest tych argumentów i zorbiłam to tak ale to nie działa prosze o pomoc:
#include
#include

/* run this program using the console pauser or add your own getch, system("pause") or input loop */

int main(int argc, char *argv[])
{
int i;
int rozmiar=0;
int t[]={1,2,3,4,5,6};
for(i=0;i<6;i++)
{
if(t[i]!=0)
rozmiar=rozmiar+1;
}
printf("%d", rozmiar);
return 0;
}


More Questions From This User See All

Recommend Questions



Life Enjoy

" Life is not a problem to be solved but a reality to be experienced! "

Get in touch

Social

© Copyright 2013 - 2024 KUDO.TIPS - All rights reserved.