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?
Answers were Sorted based on User's Feedback
What is the right way to use errno?
Taking an example,differentiate b/w loader and linker ?
#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 ؟؟؟
User define function contain thier own address or not.
What is the process to create increment and decrement stamen in c?
What is getch?
What does the error message "DGROUP exceeds 64K" mean?
What are macros in C?
Why doesnt long int work?
How does pointer work in c?
what are # pragma staments?
Did c have any year 2000 problems?