R
Q. What is the output of C program with String arrays?
int main() { char code[3][4]={"IN","USA","K"}; printf("%s", code[1]); return 0; }
No solution found for this question.
Add Solution and get +2 points.
You must be Logged in to update hint/solution
Be the first to start discuss.
Q. What is the output of the C statement.?
Q. The keywords are also called
Q. Which is the right way to declare constant in C?
Q. Which is/are the size qualifier(s) in C language?
Q. Every C Program must have one function called?
Q. What is the output of C Program with functions?
Q. What is the output of C Program with Strings.?
Q. Which syntax is correct to include a specific preprocessor based on configuration?
Discusssion
Login to discuss.