main()
{
printf("hello");
fork();
}
No Answer is Posted For this Question
Be the First to Post Answer
what is structuer?
what is use#in c
Can the sizeof operator be used to tell the size of an array passed to a function?
Explain the use of #pragma exit?
#include<conio.h> #include<stdio.h> void main() { int i; if(1,0,2,3) { printf("if"); } else { printf("else"); } getch(); } Can any body tell the answer of this question with explanation?
What is modeling?
What is %d called in c?
Disadvantages of C language.
Write a program to write a given string in maximum possibilities? i.e str[5]="reddy"; i.e we can write this string in 120 ways for that write a program
How can I automatically locate a programs configuration files in the same directory as the executable?
What is the output of following program ? int main() { int x = 5; printf("%d %d %d\n", x, x << 2, x >> 2); }
Is c still relevant?