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. The _______ memory allocation function modifies the previous allocated space.
Q. Which of the following has compilation error in C?
Q. What is the output of the C statement.?
Q. What is short int in C programming?
Q. Choose a correct statement regarding C Comparison Operators.
Q. What is the output of C program with strings?
Q. What the instruction tells ' const int *ptr '?
Q. Which of the following cannot be used as LHS of the expression in for (exp1 ;exp2 ; exp3) ?
Q. A string is terminated by ___
Q. How many times i value is checked in the following C program?
Discusssion
Login to discuss.