Answer Posted / shahid
This is header file that can be use in c or c++ programming
language.
| Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
What is a storage class?
What is the benefit of c++?
Who invented turbo c++?
What is c++ course?
What is the main use of c++?
Why are pointers not used in c++?
On throwing an exception by the animal constructor in p = new animalq, can memory leak occur?
What is setiosflags c++?
What is functions syntax in c++?
Distinguish between new and malloc and delete and free().
What is token c++?
Is there any difference between int [] a and int a [] in c++?
Can we use this pointer inside static member function?
Write a function that swaps the values of two integers, using int* as the argument type?
Give the difference between the type casting and automatic type conversion. Also tell a suitable C++ code to illustrate both.