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 how do you list a file’s date and time?
Write the control statements in C language
How to find the given no is odd or even without checking of any condition and loops. (Hint: Using array)
write a c program to find the largest and 2nd largest numbers from the given n numbers without using arrays
What is the difference between a string copy (strcpy) and a memory copy (memcpy)? When should each be used?
What is the significance of an algorithm to C programming?
How can I display a percentage-done indication that updates itself in place, or show one of those twirling baton progress indicators?
difference between string and array?
What is difference between the following 2 lines…. int temp = (int)(0x00); int temp = (0x00int);
What is the use of header?
what are the advantages & disadvantages of unions?
What is meant by global static? why we have to use static variable instead of Global variable