T
Q. Function fwrite() works with ___.
Function fwrite() works with binary files. The file should be opened/created in binary mode.
You must be Logged in to update hint/solution
Be the first to start discuss.
Q. What will be the output of the following C code? (Initial values: p= 10, q = 12)
Q. Which of these is not a valid preprocessor in C?
Q. What is the ASCII value of NULL or \0?
Q. What is the output of the following C program?
Q. Which of the following is a true value in C programming?
Q. Can a loop be nested in C programming?
Q. What happens in the memory with the following code?
Q. What is the output of this program? if input a is 1 and b is 2
Q. Which function used to modify the system date?
Q. What will be the value of the following assignment expression?
Discusssion
Login to discuss.