related proverb of "dont count your chicken before it hatches"



related proverb of "dont count your chicken before it hatches"..

Answer / guest

Don't put the cart before the horse...

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More C Interview Questions

Write a program that takes a 5 digit number and calculates 2 power that number and prints it.

1 Answers  


What is difference between %d and %i in c?

0 Answers  


convert 12345 to 54321 withoutusing strig

5 Answers  


Tell me when would you use a pointer to a function?

0 Answers  


write a program to print largest number of each row of a 2D array

0 Answers  






int arr[] = {1,2,3,4} int *ptr=arr; *(arr+3) = *++ptr + *ptr++; Final contents of arr[]

6 Answers   Hughes,


There seem to be a few missing operators ..

0 Answers  


write a program for fibonaci series by using while loop in c?

2 Answers  


what's the return value of malloc()

9 Answers  


Explain how can a program be made to print the line number where an error occurs?

0 Answers  


what do u mean by Direct access files? then can u explain about Direct Access Files?

0 Answers   LG Soft,


what is function pointer?

2 Answers   Wipro,


Categories