Tag: programming languages
Questions Related to programming languages
-
a) vforlk() allows more one child process to be created simaltaneously whereas for() allows only one
-
b) vfork() retains same PID for child & parent known as virtual PID
-
c) vfork() suspends the parent process until child process exits
-
d) fork() & vfork() are same
-
a) vforlk() allows more one child process to be created simaltaneously whereas for() allows only one
-
b) vfork() retains same PID for child & parent known as virtual PID
-
c) vfork() suspends the parent process until child process exits
-
d) fork() & vfork() are same
-
a) getenv(), setenv()
-
b) getenv(), putenv()
-
c) readenv(), writeenv()
-
d) You cannot environmement variables inside a program
-
a) sleep(1/10)
-
b) Not possible
-
c) usleep()
-
d) ssleep()
-
a) Using open()
-
b) Using popen()
-
c) Using fork()
-
d) Using exec()
-
a) Yes
-
b) No
-
c) can't say
-
d) None of the above
-
a) session.contains() method to determine if an instance belongs to the session cache.
-
b) session.contains() method to determine if an instance belongs to the data base .
-
c) Both are correct
-
d) none of the above
-
a) Use popen() & pclose()
-
b) Use wait()
-
c) Use ps()
-
d) None