M
Q. ode snippets str1=”45678\n” str2=”123\n”
f1 = fopen(file1,RDWR,RWX) f2 = fopen(file1,RDWR,RWX) write(f1,str1,len_str1) write(f2,str2,len_str2)
o/p:
Be the first to start discuss.
Related MCQs
Q. Create a new file “new.txt” that is a concatenation of “file1.txt” and “file2.txt”
Q. The _________ for a linked list is a pointer variable that locates the beginning of the list.
Q. What is the lifespan for items stored in ViewState?
Q. Functional system testing is:
Q. Which among the following measures how strongly the elements within a module are related?
Q. Data integrity gets compromised when and are taken control off.
Q. A mashup cloud can be designed by utilizing the Scalability of AWS and of GAE platforms
Discusssion
Login to discuss.