related proverb of "dont count your chicken before it hatches"
Answer Posted / guest
Don't put the cart before the horse...
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Can a function be forced to be inline? Also, give a comparison between inline function and the C macro?
What is structure packing in c?
Why c is known as a mother language?
What is the difference between variable declaration and variable definition in c?
When would you use a pointer to a function?
What is a string?
What is dangling pointer in c?
In C, What is the #line used for?
What should malloc() do?
What is a const pointer in c?
Once I have used freopen, how can I get the original stdout (or stdin) back?
Why is event driven programming or procedural programming, better within specific scenario?
How can I find the modification date of a file?
which is conditional construct a) if statement b) switch statement c) while/for d) goto
write a program to concatenation the string using switch case?