Explain About fork()?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C Interview Questions

Explain what is the difference between the expression '++a' and 'a++'?

0 Answers  


By using C language input a date into it and if it is right?

0 Answers   Aricent,


how does the C compiler interpret the following two statements p=p+x; q=q+y; a.p=p+x; q=q+y b.p=p+xq=q+y c.p=p+xq; q=q+y d.p=p+x/q=q+y

4 Answers   TCS,


Can you please explain the scope of static variables?

0 Answers  


Without Computer networks, Computers will be half the use. Comment.

0 Answers  






Why do we use namespace feature?

0 Answers  


write a c program to print "Welcome" without using semicolon in the whole program ??

15 Answers   Infosys, TCS,


What is meant by high-order and low-order bytes?

0 Answers  


what is meant by the "equivalence of pointers and arrays" in C?

3 Answers   Satyam,


main() { char p[] = "hello world!"; p = "vector"; printf("%s",p); }

2 Answers   Vector, Vector India,


Explain function pointer with exapmles.

2 Answers  


what is difference between strcmp & palindrome?

3 Answers  


Categories