R
Q. What is the output of C Program with arrays?
int main() { char str[25]; scanf("%s", str); printf("%s",str); return 0; } //input: South Africa
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 will be the output of the following C code?
Q. What is the output of C Program?
Q. What will be printed by the C program?
Q. When double is converted to float, then the value is?
Q. What is the output of C program?
Q. According to the following statements, what is the output of “p2”?
Q. What is the output of C program with strings?
Q. What is the maximum length of a C String?
Q. What is the correct way to round offx, a float, to an int value?
Discusssion
Login to discuss.