Print Char Array In C

Print Char Array In C

Print char array in c – Arrays have 0 as the first index, not 1. I'm using pnames to point to the first char pointer and iterating from there. C #include <stdio.h> int main () { char arr [3] [10] = {geek, geeks,. Strlen () will return the length of the string. Web i am … Read more