R
Q. What is the output of C Program with Strings.?
int main() { char str[]={'g','l','o','b','y','\0'}; printf("%s",str); 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. Functions in C Language are always _________
Q. Which statement is required to execute a block of code when the condition is false?
Q. What is the output the program?
Q. Which of the following language is the predecessor to C Programming Language?
Q. Which function is used to compare two strings in C?
Q. What is the output of C Program?
Discusssion
Login to discuss.