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
Is malloc memset faster than calloc?
Explain enumerated types in c language?
Explain what will the preprocessor do for a program?
Explain modulus operator.
Is fortran faster than c?
Differentiate call by value and call by reference?
Write a program to implement queue.
in multiple branching construct "default" case is a) optional b) compulsarily c) it is not include in this construct d) none of the above
What does nil mean in c?
Why c is a mother language?
What are the advantages and disadvantages of a heap?
Write program to remove duplicate in an array?
How many main () function we can have in a project?
What are header files why are they important?
Why isn't it being handled properly?