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
Do string constants represent numerical values?
How can I automatically locate a programs configuration files in the same directory as the executable?
What is the usage of the pointer in c?
What are the different categories of functions in c?
Explain what is a stream?
Why c is called top down?
In c programming typeing to occupy the variables in memory space. if not useing the variable the memory space is wasted.ok, how to avoid the situation..? (the variable is used & notused)
Describe explain how arrays can be passed to a user defined function
What functions are in conio h?
Write a program to generate the Fibinocci Series
Can a pointer be null?
Write a Program to accept different goods with the number, price and date of purchase and display them
Here is a neat trick for checking whether two strings are equal
What is a const pointer?
Explain modulus operator.