What is the result for y? (1)
int i; i=5/2; printf("%d",i); What's the print result? (1)
which punctuation is to symbol the end of the statement? (1)
char array[]="Hello"; what's the strlen(array)? (1)