Linux - Study Mode

[#576] The a.out file is in the
Correct Answer

(A) ELF format

[#577] Any file or directory present in the . . . . . . . . directory may not be reserved between the invocation of the program.
Correct Answer

(B) /tmp

[#578] Code snippets str1=”45678

str2=”123

f1 = fopen(file1,RDWR,RWX)
f2 = fopen(file1,RDWR,RWX)
write(f1,str1,len_str1)
write(f2,str2,len_str2)

o/p:
Correct Answer

(B) 123(newline)8(newline)

[#579] The system calls in UNIX is written using which language
Correct Answer

(A) C

[#580] ? Specifies
Correct Answer

(C) one character