whitch value return void main?

Answer Posted / viji

It doesn't return any value

Is This Answer Correct ?    6 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

When is the “void” keyword used in a function?

1024


Is python a c language?

686


Explain 'bit masking'?

765


What's the right way to use errno?

775


What is enumerated data type in c?

785






What is p in text message?

662


Explain the array representation of a binary tree in C.

866


Why is c called a mid-level programming language?

876


Why we use int main and void main?

686


What is structure data type in c?

682


Explain the Difference between the New and Malloc keyword.

807


What is the difference between variable declaration and variable definition in c?

704


What is keyword in c?

734


Explain what is the stack?

770


Given below are three different ways to print the character for ASCII code 88. Which is the correct way1) char c = 88; cout << c << " ";2) cout.put(88);3) cout << char(88) << " "; a) 1 b) 2 c) 3 d) constant

803