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
What is the difference between declaring a variable and defining a variable?
write a program to find the given number is prime or not
How many keywords are there in c?
all c language question
What is a nested loop?
In C language, a variable name cannot contain?
Write a program with dynamically allocation of variable.
Why shouldn’t I start variable names with underscores?
What is void main () in c?
Differentiate between Macro and ordinary definition.
What are the modifiers available in c programming language?
What is the package for freshers(Non IIT) in amazon(hyderabad). And what is the same for those who are a contract employee.
Write a Program to find whether the given number or string is palindrome.
What is #include stdlib h?
what will be the output for the following main() { printf("hi" "hello"); }