R
Q. What will be the output of following statements ?
char x[ ] = “hello hi”; printf(“%d%d”,sizeof(*x),sizeof(x));
No solution found for this question.
Add Solution and get +2 points.
You must be Logged in to update hint/solution
Q. What is the present C Language Standard?
Q. How many whitespace characters are allowed in C language?
Q. What will be the output of the following statements ?
Q. Which function is used to concatenate two strings in C?
Q. What is the priority of operators *, / and % in C language.?
Q. Bitwise operators can operate upon?
Q. C language was developed by
Q. Which of these statements is correct in case of while loop in C?
Q. We want to round off x, a float, to an int value, The correct way to do is
Discusssion
Login to discuss.