How you create a table in C programming language?

1 answer

Answer

1274901

2026-08-09 11:26

+ Follow

Well, I don't know what do you mean by table, but here you are:

int main (void)

{

puts ("A3 B3 C3");

puts ("A2 B2 C2");

puts ("A1 B1 C1");

return 0;

}

ReportLike(0ShareFavorite

Copyright © 2026 eLLeNow.com All Rights Reserved.