Is python better than c++?


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

Post New Answer

More C++ General Interview Questions

Arrange Doubly linked list in the ascending order of its integral value and replace integer 5 with 7?

0 Answers  


What is extern c++?

0 Answers  


Explain "passing by value", "passing by pointer" and "passing by reference" ?

5 Answers  


What is stack unwinding?

0 Answers  


Will a recursive function without an end condition every quit, in practice a) Compiler-Specific (Some can convert to an infinite loop) b) No c) Yes

0 Answers  






Enter n no. of element and delete value from desire position

1 Answers  


write a c++ program that gives output 4 3 4 2 3 4 1 2 3 4 using looping statement

4 Answers  


What are the advantages of using a pointer?

0 Answers  


Define precondition and post-condition to a member function?

1 Answers  


What is the rule of three?

0 Answers  


what is static function

2 Answers   Patni,


Write a program which is required to process the time of a clock in hours and minutes, entered from the keyboard. With this program, there are two requirements for any data entered by a user: 1. The data must be of the correct type (in this case, two ints). 2. The data must be in the correct range: this means that, for the minutes, negative numbers and any number above 59 must be rejected; for the hours, negative numbers and any number above 23 must be rejected. Output error message for invalid data input. Output the time one and a half hour after the time input. i.e. Hour: 22 Min: 32 One and a half hour after 22:32 is 00:02

0 Answers  


Categories