#include <stdio.h>
int main() {
    char *palavra[] = {"casa", "carro"};
    for (int i 
= 0; i 
< sizeof(palavra
) / sizeof(palavra
[0]); i
++) printf("%s", palavra
[i
]); }
 
//http://pt.stackoverflow.com/q/178522/101
				I2luY2x1ZGUgPHN0ZGlvLmg+CmludCBtYWluKCkgewogICAgY2hhciAqcGFsYXZyYVtdID0geyJjYXNhIiwgImNhcnJvIn07CiAgICBmb3IgKGludCBpID0gMDsgaSA8IHNpemVvZihwYWxhdnJhKSAvIHNpemVvZihwYWxhdnJhWzBdKTsgaSsrKSBwcmludGYoIiVzIiwgcGFsYXZyYVtpXSk7Cn0KCi8vaHR0cDovL3B0LnN0YWNrb3ZlcmZsb3cuY29tL3EvMTc4NTIyLzEwMQ==