R
Q. How do you convert this char array to string?
char str[]={'g','l','o','b','y'};
No solution found for this question.
Add Solution and get +2 points.
You must be Logged in to update hint/solution
Q. Choose a correct statement about C structure
Q. What is the return type of malloc() or calloc()?
Q. How is the 3rd element in an array accessed based on pointer notation?
Q. Which is the correct format specifier for double type value in C?
Q. Which is the correct syntax to declare a file pointer in C?
Q. Which of the following statements about stdout and stderr are true?
Q. What is meant by ‘a’ in the following C operation?
Q. As soon as a pointer variable is freed, its value
Q. How is an array initialized in C language?
Q. What is the right way to access value of structure variable book{ price, page }?
Discusssion
Login to discuss.