Answers for "how can we represent array of string in c"

0

c array of strings

char commands[][4] = {
        "add",
        "prn",
        "lea",
        "inc",
        "mov"
};
Posted by: Guest on January-07-2022

Code answers related to "how can we represent array of string in c"

Browse Popular Code Answers by Language