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
What is struct node in c?
What is sparse file?
What should malloc() do? Return a null pointer or a pointer to 0 bytes?
Is int a keyword in c?
Write a program that his output 1 12 123
What is multidimensional arrays
Describe wild pointers in c?
in malloc and calloc which one is fast and why?
The program to allow the characters from the input received and send this function to a function check if the characters between letters a to z is a function of y joins as the characters main and output to otherwise return to the original function of the y characters
Explain what is the most efficient way to store flag values?
If we have an array of Interger values, find out a sub array which has a maximum value of the array and start and end positions of the array..The sub array must be contiguious. Take the start add to be 4000. For Ex if we have an array arr[] = {-1,-2,-5,9,4,3,-6,8,7,6,5,-3} here the sub array of max would be {8,7,6,5} coz the sum of max contiguous array is 8+7+6+5 = 26.The start and end position is 4014(8) and 4020(5).
5 Answers Microsoft, Motorola,
Explain how do you list files in a directory?