what is the use of void main() in C++ language?
No Answer is Posted For this Question
Be the First to Post Answer
What is volatile and pragma? When they are used?
What is an incomplete type in c++?
write a program that will produce the ff. output. "what fruit will you buy? 1)apple 2)orange 3)mango ENTER CHOICE (1,2 or 3)> HOW MANY WILL YOU BUY?> THAT WILL COST XX.XX
Write a program to add three numbers in C++ utilizing classes.
How many types of comments are there in c++?
What is a volatile variable in c++?
Difference between delete and delete[]?
5 Answers Infosys, TCS, Virtusa,
What is a loop? What are different types of loops in c++?
What is the size of pointer ? Also size of pointer in 64 bit pointer
How do you clear a buffer in c++?
What is the purpose of ios::basefield in the following statement?
Why can templates only be implemented in the header file?