Answer Posted / kalyan
Void Doesn't Return any value instead u using int u need to
written any valu but void does n't return any value
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
What are the 4 types of functions?
How can I send mail from within a c program?
What are multibyte characters?
What is break in c?
How can you determine the maximum value that a numeric variable can hold?
Which one to choose from 'initialization lists' or 'assignment', for the use in the constructor?
pierrot's divisor program using c or c++ code
How to check whether string is a palindrome, WITHOUT USING STRING FUNCTIONS?
What is the maximum length of an identifier?
What do the functions atoi(), itoa() and gcvt() do?
What does calloc stand for?
HOW TO SOLVE A NUMERICAL OF LRU IN OS ??????
What is typedef?
What are the rules for identifiers in c?
How do I determine whether a character is numeric, alphabetic, and so on?