what is the advantage if in a real time project if we use virtual mechanism,wt type of advantage will get client if we use virtual mechanism. another question,,,,
int main()
{
int n=1;
fork();
n++;
printf("%d",n);
fork();
n++;
printf("%d",n);
}
wts the out put and how,plz clarify these doubt.
thanx[b]
Please write correct english and not this chat-babble-style. It makes reading very annoying and understanding the question very hard.
And personally I take this as an insult because you are communicating that the people you ask for help are not worth the effort to phrase a question well.