related proverb of "dont count your chicken before it hatches"
Ow can I insert or delete a line (or record) in the middle of a file?
What are local and global variables?
how would a 4*3 array A[4][3] stored in Row Major Order?
write a program to remove occurrences the word from entered text?
write a program to find out prime number using sieve case?
Name the language in which the compiler of "c" in written?
pierrot's divisor program using c or c++ code
Why is main function so important?
Write the program that calculates and prints the average of several integers. Assume that the last value read is sentinel 9999.
What is a macro in c preprocessor?
What should not contain a header file?
explain about storage of union elements.