R
Q. What is the output of C Program with arrays?
int main() { char str[]={"C","A","T","\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. You can access elements of an array by ___.
Q. Which function used to modify the system date?
Q. Functions in C can accept multiple parameters. True or False?
Q. The standard header _______ is used for variable list arguments (…) in C.
Q. What will happen if the loop condition will never become false?
Q. What is the output of C Program with String Pointer?
Q. What is the correct syntax of if statement in C program?
Discusssion
Login to discuss.