What is string function c?
Whether there can be main inside another main?If so how does it work?
What is the use of c language in real life?
why wipro wase
What is f'n in math?
Consider the following C program. #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
I didn't count the ducks that I saw in line, but I do remember that one duck was in front of two ducks, another duck behind two ducks. How many ducks did I see?
1 1 1 1 2 1 1 3 3 1 1 4 6 4 1
What is the value of h?
who is the father of C Language?
20 Answers CTS, UST,
how do you redirect stdout value from a program to a file?
List some of the static data structures in C?
How is a macro different from a function?