#include <stdio.h>
int main() {
int i;
for (i=0;i<3;++i) {
fork();fork();
}
}
How many processes are created when running this program
(including the initial one)?
Explain ؟؟؟
Answers were Sorted based on User's Feedback
say the following declaration is correct nr not. int b=a,n=0;
What is header file in c?
wat is the output #define VOLEDEMORT _who_must_not_be_named int main() { printf("VOLEDEMORT"); }
What will the preprocessor do for a program?
What is malloc calloc and realloc in c?
What is a rvalue?
How can I read/write structures from/to data files?
please help me..... please codes and flowchart plz turbo c lang po yan.....please asap response... 3. Make an astrology program. The user types in his or her birthday (month, day, and year as integer), and the program responds with the user’s zodiac sign, horoscope, and other information related to it. If the user’s birth year falls into a leap year, your program should display an appropriate message for it. NOTES: Conditional Statements: it should be with graphics
write a program in c to find out the sum of digits of a number.but here is a condition that compiler sums the value from left to right....not right to left..
Explain what are the __date__ and __time__ preprocessor commands?
What is alloca() and why is its use discouraged?
write c program without semicolon
11 Answers MindTech, TCS, Wipro,