main()
{
printf("hello");
fork();
}
No Answer is Posted For this Question
Be the First to Post Answer
Difference between constant pointer and pointer to a constant.
What is the difference between malloc calloc and realloc in c?
Is c a great language, or what?
How can I return multiple values from a function?
write a program to reverse the words in the sentence.NOTE:not reverse the entire string but just the occurance of each word
Explain the red-black trees?
is compiler do read the data line by line or not. ??
6 Answers LG Soft, Satyam, Tech Mahindra,
yogesh patil in dell
How do you prevent buffer overflows in C?
How to write a code for reverse of string without using string functions?
What are the advantages of external class?
What are structure types in C?