Why should I prototype a function?
No Answer is Posted For this Question
Be the First to Post Answer
What is that continue statement??
What is the most efficient way to count the number of bits which are set in an integer?
Do you know the use of 'auto' keyword?
Is c a great language, or what?
what is a c-language.what is do.
How can I ensure that integer arithmetic doesnt overflow?
How can you convert integers to binary or hexadecimal?
how logic is used
What is main () in c language?
What are pointers in C? Give an example where to illustrate their significance.
main() { int a[10]; printf("%d",*a+1-*a+3); }
How do you determine whether to use a stream function or a low-level function?