C
Q. Which function is used to read a line of text including spaces from the user in C?
In C programming language, the fgets() function can be used to read a line of text including spaces from the user. Syntax: fgets(variable_name, sizeof(size), stdin);
You must be Logged in to update hint/solution
Be the first to start discuss.
Q. What is the output of this program?
Q. Union differs from structure in the following way
Q. What will be output for the following code?
Q. Which of the following will occur if we call the free() function on a NULL pointer?
Q. How to declare a double-pointer in C?
Q. What is default storage class of variables in C language?
Q. What is the output of C Program with Switch Statement.?
Discusssion
Login to discuss.