R
Q. What is the output of C program with strings?
int main() { char str[2]; scanf("%s", str); printf("%s",str); return 0; } //Input: South
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 C Program?
Q. Which macro is used to insert assembly code in C program (GCC compiler)?
Q. Which of these is an exit-controlled loop?
Q. What will be the output of the following C code?
Q. What is CPP in C programming?
Q. When the condition of if statement is false, the flow of code will ___.
Q. What is the following is invalid header file in C?
Q. How are String represented in memory in C?
Discusssion
Login to discuss.