Is nan a c++?


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

Post New Answer

More C++ General Interview Questions

pls help.. paper bills.. 1000, 500, 100, 50, 20, 10, 5, 1.. create a program that will count all the paper bills in the number being input.. example: enter a number: 3886 there is/are: 3 ->1000 1 ->500 3 ->100 1 ->50 1 ->20 1 ->10 1 ->5 1 ->1 example2: enter a number: 728 there is/are: 0 ->1000 1 ->500 2 ->100 0 ->50 1 ->20 0 ->10 1 ->5 3 ->1

4 Answers  


What happens if a pointer is deleted twice?

0 Answers   Flextronics,


What is data structure in c++?

0 Answers  


What are the two types of comments, and how do they differ?

0 Answers  


Explain stack unwinding.

0 Answers  






Can I uninstall microsoft c++ redistributable?

0 Answers  


Memory is not a constraint. In a single iteration(NOTE: you can't go back), how will you find out the 10th last node/item in a linked list.

16 Answers   BNB, FDS, Goldman Sachs, Nagarro,


Describe private, protected and public?

0 Answers  


What is a virtual destructor?

2 Answers  


is throwing exception from a constructor not a good practice ?

5 Answers   Ericsson,


What is array in c++ example?

0 Answers  


Is c++ an integer?

0 Answers  


Categories