What is the main function c++?


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

Post New Answer

More C++ General Interview Questions

Do class declarations end with a semicolon?

0 Answers  


What is the maximum value of a unsigned char a) 255 b) 256 c) 128

0 Answers  


Explain the difference between c & c++?

0 Answers  


What is a constructor in c++ with example?

0 Answers  


Write a function to perform the substraction of two numbers. Eg: char N1="123", N2="478", N3=-355(N1-N2).

0 Answers  






if int1 has the value 12, int has the value 18, and int3 has the value 21, what is the result: int1 < int2 && int2 < int 3

3 Answers  


What is meant by reference variable in C++?

1 Answers  


When is dynamic checking necessary?

0 Answers  


Write a program using merge () function to combine the elements of array x[ ] and y[ ] into array z[ ].

0 Answers  


Explain virtual destructor?

0 Answers  


What are raw sockets, where they are efficient?

2 Answers   Symphony,


Can I run c program in turbo c++?

0 Answers  


Categories