Podcast Beta
Questions and Answers
What is the purpose of the 'putchar' function in C language?
Which function is used to display a string on the screen in C language?
What does the 'scanf' function in C language do?
Which format specifier is used for decimal floating-point values in C language?
Signup and view all the answers
What is the purpose of the 'sprintf' function in C language?
Signup and view all the answers
Which function is used to read a single string from the keyboard in C language?
Signup and view all the answers
What data type does the '%c' format specifier represent in C language?
Signup and view all the answers
Which function is used to read input from the standard input stream in C language?
Signup and view all the answers
'%s' format specifier in C language is used for which type of data?
Signup and view all the answers
What does the 'puts' function do in C language?
Signup and view all the answers