Write a struct time where integer m, h, s are its members?


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

Post New Answer

More C++ General Interview Questions

Explain bubble sorting.

0 Answers  


Why #include is used?

0 Answers  


Write a program that will count the number of digits in an input integer up to value MAX_VALUE (2147483647). Thus, for an input of 5837 the output should be 4 digits Make sure that your program works for the numbers 0, 1, and 10. For the number 0, the output should be 1 digit

2 Answers  


Which one between if-else and switch is more efficient?

0 Answers  


What is class syntax c++?

0 Answers  






What about Virtual Destructor?

1 Answers   Virtusa,


What do nonglobal variables default to a) auto b) register c) static

0 Answers  


How can you link a c++ program to c functions?

0 Answers  


What is a dll entry point?

0 Answers  


What is the difference between an external iterator and an internal iterator? Describe an advantage of the external iterator.

0 Answers  


Why can’t you call invariants() as the first line of your constructor?

0 Answers  


What are friend functions in C++?

0 Answers   BlackRock,


Categories