Explain About fork()?


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

Post New Answer

More C Interview Questions

How do I use strcmp?

0 Answers  


Where define directive used?

0 Answers  


What is dangling pointer in c?

0 Answers  


the real constant in c can be expressed in which of the following forms a) fractional form only b) exponential form only c) ascii form only d) both a and b

0 Answers  


EXPLAIN #INCLUDE<STDIO.H> EXPLAIN #INCLUDE<CONIO.H>

4 Answers  






dennis ritchie invented C language in AT&T bell laboratory what is the extension of AT&T?

4 Answers  


What is the purpose of void pointer?

0 Answers  


program for validity of triangle from 3 side

7 Answers  


How can I find out the size of a file, prior to reading it in?

0 Answers  


What is oops c?

0 Answers  


what does ‘#include’ mean?

1 Answers   TCS,


What will be the result of the following C language program? main() { int a = 0; int b = 20; char x = 1; char y = 10; if(a,b,x,y) printf("Welcome"); }

1 Answers  


Categories