Answer Posted / shaheen
The expectation you have from a function is the return type
you can use(returntype) is called void here the example
void FunctionName(); here void is used when no meaning ful
value is return(simply int c=0; it does not return a value)
shaheen(mca)
kaikalur
| Is This Answer Correct ? | 7 Yes | 4 No |
Post New Answer View All Answers
What is volatile keyword in c?
What does %p mean?
Describe the complexity of Binary search, Quicksort and various other sorting and searching techniques..
The file stdio.h, what does it contain?
Tell me what are bitwise shift operators?
Why void main is used in c?
What are the application of void data type in c?
Can you assign a different address to an array tag?
How do I swap bytes?
Write a program to generate the Fibinocci Series
The % symbol has a special use in a printf statement. How would you place this character as part of the output on the screen?
Why is c so popular?
What is function what are the types of function?
Differentiate between declaring a variable and defining a variable?
What is the difference between a string copy (strcpy) and a memory copy (memcpy)? When should each be used?