what is the use of void main() in C++ language?


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

Post New Answer

More C++ General Interview Questions

What is an undefined reference/unresolved external symbol error and how do I fix it?

0 Answers  


Write a program using shift_half( ) function to shift the elements of first half array to second half and vice versa.

0 Answers  


What is vector processing?

0 Answers  


By using c++ with an example describe linked list?

0 Answers  


How do you print for example the integers 3,2,1,5,4 in a binary tree within the console in format where it looks like an actual binary tree?

0 Answers  






What is array in c++ example?

0 Answers  


Please explain the reference variable in c++?

0 Answers  


In which situation the program terminates before reaching the breakpoint set by the user at the beginning of the mainq method?

0 Answers  


Where and why do I have to put the "template" and "typename" keywords?

0 Answers  


What is srand c++?

0 Answers  


What ANSI C++ function clears the screen a) clrscr() b) clear() c) Its not defined by the ANSI C++ standard

0 Answers  


Why is polymorphism useful?

0 Answers  


Categories