Explain how can I open a file so that other programs can update it at the same time?
No Answer is Posted For this Question
Be the First to Post Answer
Explain what is the difference between text files and binary files?
What is the restrict keyword in C?
A program to allow an input operand and operator from the operator and read on the display and output operand.
1 What is a Data Structure?
exit () is used to a) exit () terminates the execution of the program itself b) exit () terminates the execution of the loop c) exit () terminates the execution of the block d) none of the above
Write a program to print distinct words in an input along with their count in input in decreasing order of their count
How to print all the 26 alphabets in this order in C. AbCdEfGh..... it should print dynamically from a to z and do not print this using pgm like this print("Ab......"); Use loops or anything to print all alphabets
Difference between fopen() and open()?
what is printf
How can I change their mode to binary?
can we write a c program with out using main
Why dont c comments nest?