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
Linked list is a Linear or non linear explain if linear how it working as a non linear data structures
how to implement stack operation using singly linked list
How can I find the modification date and time of a file?
Explain what standard functions are available to manipulate strings?
how the compiler treats any volatile variable?Explain with example.
Find duplicates in a file containing 6 digit number (like uid) in O (n) time.
Explain what are the different data types in c?
Explain the advantages of using macro in c language?
void swap(int a,int b) { a=a+b; b=a-b; a=a-b; } in this code always gives the same result for all case
Why dont c comments nest?
What is a function simple definition?
What are the phases in s/w developed life cycle? wat is the diff b/w stack & queue...where do we use stack