What number of digits that can be accuratly stored in a float (based on the IEEE Standard 754)?
a) 6
b) 38
c) An unlimited number
No Answer is Posted For this Question
Be the First to Post Answer
Explain the term memory alignment?
What does scope resolution operator do?
What are the types of STL containers?
Write about the use of the virtual destructor?
How many types of comments are there in c++?
Why do we need pointers?
What is private public protected in c++?
what you know about c++?
int age=35; if(age>80) {Console.WriteLine("Boy you are old");} else {Console.WrieLine("That is a good age");}
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,
give me an example for testing a program showing the test path .show how the test is important and complex.
Explain selection sorting?