Is atoi safe?
No Answer is Posted For this Question
Be the First to Post Answer
What are literals in C++?
If you had the following code: int x = 23; int *y; y = &x; The instruction y++; does what?
Why is swift so fast?
tell me about yourself ?i want answer for frehers with various exasmples?
int main() { int i ,a[i]; i = 0; a[i] = 10; cout<< a[i] << endl; return 0; } What will be output of this program?
What are the advantages of inheritance in c++?
What issue do auto_ptr objects address?
What is the difference between Class and Structure?
40 Answers HP, IBM, Samsung, TCS,
How can you prevent accessing of the private parts of my class by other programmers (violating encapsulation)?
What is a terminating character in c++?
What is ios :: in in c++?
Explain the auto storage classes in c++.