main()
{
printf("hello");
fork();
}
No Answer is Posted For this Question
Be the First to Post Answer
how to do in place reversal of a linked list(singly or doubly)?
Write a program that accept anumber in words
How can I find leaf node with smallest level in a binary tree?
code for quick sort?
What is that continue statement??
write a program that will accept two integers and will implement division without using the division operator if the second value is an odd number and will implement multiplication without using multiplication operator if the second value is an even number.
Program to find the sum of digits of a given number until the sum becomes a single digit
How to get string length of given string in c?
C language questions for civil engineering
Explain what is a program flowchart and explain how does it help in writing a program?
What is the difference between malloc() and calloc() function in c language?
What is a file descriptor in c?