It is posssible, albeit with some complaints from the C compiler since fork() does not take an argument, but what are you trying to accomplish? The process tree you would end up with after fork(fork()) is
Code:
parent
/\
/ \
/ \
child1 child2
\
\
child3