Why should I prototype a function?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C Interview Questions

main() { inta=10,b=20; a>=5?b=100:b=200; printf("%d ",b); }

0 Answers   Wilco,


What is a char in c?

0 Answers  


What is the difference between big endian form and little endian form? write a code to convert big endian form to little endian and vice versa..

5 Answers   Aricent, TCS,


where does malloc() function get the memory?

1 Answers  


Is c++ based on c?

0 Answers  






What is character set?

0 Answers  


Write c-code for 5+55+555+5555+55555+555555+5555555. Output will be it's answer...

4 Answers   TCS,


Can the sizeof operator be used to tell the size of an array passed to a function?

0 Answers  


How to reverse a linked list

1 Answers   Aricent, Fidelity, IBM, TCS,


What is time null in c?

0 Answers  


What is the code in while loop that returns the output of given code?

0 Answers  


Is c weakly typed?

0 Answers  


Categories