To which numbering system can the binary number 1101100100111100 be easily converted to?
No Answer is Posted For this Question
Be the First to Post Answer
What is jump statement in C++?
What is function prototyping?
What is lazy initialization in c++?
There is a magic square matrix in such a way that sum of a column or a row are same like 3 5 2 4 3 3 3 2 5 sum of each column and row is 10. you have to check that matrix is magic matrix or not?
What are the three forms of cin.get() and what are their differences?
What is a constructor in c++ with example?
Which one is a preferred language C or C++? Why?
If there are 1 to 100 Numbers in array of 101 elements. Which is the easy way to find repeated number?
How are the features of c++ different from c?
Why is c++ considered difficult?
Which of the Standard C++ casts can be used to perform a ?safe? downcast: a) reinterpret_cast b) dynamic_cast c) static_cast d) const_cast
What is null pointer and void pointer and what is their use?