R
Q. What is the output of C Program with Strings?
int main() { char str[]={'g','l','o','b','e'}; 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. Which of the declaration is correct?
Q. What is the output of C program?
Q. The _______ memory allocation function modifies the previous allocated space.
Q. What will be output for the following code?
Q. Numbers are stored and transmitted inside a computer in which format?
Q. Which compilation unit is responsible for adding header files content in the source code?
Discusssion
Login to discuss.