main()
{
printf("hello");
fork();
}
No Answer is Posted For this Question
Be the First to Post Answer
Can u return two values using return keyword? If yes, how? If no, why?
what is volatile in c language?
9 Answers Cap Gemini, HCL, Honeywell, TCS, Tech Mahindra,
Give a fast way to multiply a number by 7
15 Answers Accenture, Aricent, Microsoft,
What does c mean in standard form?
Can include files be nested?
What do you mean by dynamic memory allocation in c?
from which concept of 'c', the static member function of 'c++' has came?
write a own function to compare two strings with out using stringcomparition function?
in a town the percentage of men is 52 the percentage of total literacy is 48 if total percentage of literate men is 35 of the total population write a program to find the total no of the literate men and women if the population of the town is 80000
What are the keywords in c?
#define MAX(x,y) (x) > (y) ? (x) : (y) main() { int i = 10, j = 5, k = 0; k = MAX(i++, ++j); printf("%d %d %d", i,j,k); } what will the values of i , j and k? }
14 Answers CDAC, GATE, NDS, TCS,
Tell me what is null pointer in c?