Answer Posted / sudhirkature
void main()
Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What are the advantages of using typedef in a program?
Write a single instruction that will store an EVEN random integer between 54 and 212 inclusive in the variable myran. (NOTE only generate EVEN random numbers)
What are the five basic elements of a c++ program?
What is a responder chain?
What is virtual table?
What is this weird colon-member (" : ") syntax in the constructor?
If you push the numbers (in order) 1, 3, and 5 onto a stack, which pops out first a) 1 b) 5 c) 3
What is the difference between #import and #include?
Why was c++ created?
What is the difference between c++ and turbo c++?
Why is the function main() special?
Can I learn c++ in a week?
Is it possible to use a new for the reallocation of pointers ?
List different attributes in C++?
What is a namespace in c++?