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
void main() { int *ptr; ptr = (int *) 0x400 ; printf("ptr=%d",ptr); } output?
any restrictions have on the number of 'return' statements that may be present in a function. a) no restriction b) only 2 return statements c) only 1 return statements d) none of the above
My teacher ask to make a program that can: Insert record in front Insert record at the end Insert in between Search node record Delete record in front Delete record at the end Delete record in between Using Data structure Linked List type. But I'm really confused about the codes and I can't go through. Please help Thanks in advance. Also here is my unfinished code if someone can make changes it will be more good.
post new interiew question and aptitude test papers
which of 'arrays' or 'pointers' are faster?
I didn't count the ducks that I saw in line, but I do remember that one duck was in front of two ducks, another duck behind two ducks. How many ducks did I see?
to get a line of text and count the number of vowels in it
Explain how do you determine whether to use a stream function or a low-level function?
in b=6.6/a+(2*a+(3*c)/a*d)/(2/n); which operation will be performed first a) 6.6/a b) 2*a c) 3*c d) 2/n
Explain the difference between structs and unions in c?
write a c program to accept a given integer value and print its value in words
4 Answers Vernalis, Vernalis Systems,
what is meant by flushll() in c programming?