Explain how can I make sure that my program is the only one accessing a file?
No Answer is Posted For this Question
Be the First to Post Answer
What are the header files used in c language?
Explain what is the difference between #include and #include 'file' ?
What is difference between arrays and pointers?
Why void main is used in c?
what is the difference between structure and union?
write a program that will open the file, count the number of occurences of each word in the the complete works of shakespeare. You will then tabulate this information in another file.
write a c program to check weather a particluar bit is set or not?
What does typeof return in c?
Which type of language is c?
Write a function that accepts two numbers,say a and b and makes bth bit of a to 0.No other bits of a should get changed.
2 Answers Scientific Atlanta, Wipro,
I have an array of 100 elements. Each element contains some text. i want to: append a star character to the end of every fifth element remove every second character from every tenth element, and… add a line feed (ascii 10) after the 30th character of every array element whose length is greater than 30 characters.
Why isnt there a numbered, multi-level break statement to break out