What is time h in c++?
No Answer is Posted For this Question
Be the First to Post Answer
Can you use the function fprintf() to display the output on the screen?
What is virtual table?
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?
Define private, protected and public access control.
write a programme to get a character and thier ASCII value
Why null pointer is used?
Explain register storage specifier.
How can I learn c++ easily?
Which algorithm do you like the most? Why?
How can you quickly find the number of elements stored in a dynamic array? Why is it difficult to store linked list in an array?
Check for Balanced Parentheses using Stack?
Define precondition and post-condition to a member function?