What is an operator in c++?


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

Post New Answer

More C++ General Interview Questions

Can circle be called an ellipse?

0 Answers  


What is the use of cmath in c++?

0 Answers  


What is difference between class and function?

0 Answers  


Must accepts "Maestro Cards" Tax for bike should be less than 15 Total number of lanes is more than 10 Must provides monthly pass Write a method: boolean isGoodTollBridge(String[] cardsAccepted, String[] tollTax, boolean hasMonthlyPass, int numberOfLanes); String[] cardsAccepted A String array of names of card types accepted for payment of toll tax, it can be null if the toll does not accept any card String[] tollTax A String array of toll tax chart (say “Train : 300”,”BullCart : 10”) boolean hasMonthlyPass This parameter defines whether there is any monthly pass available or not int numberOfLanes This parameter defines the number of lanes for each side

0 Answers   Telecom,


write a program that takes 5 digit no and calculate 2 power that no and print it.

3 Answers  






What is split a string in c++?

0 Answers  


Write a function that swaps the values of two integers, using int* as the argument type?

0 Answers  


What is the use of bit fields in structure declaration?

0 Answers  


What are multiple inheritances (virtual inheritance)? What are its advantages and disadvantages?

0 Answers  


What is "strstream" ?

1 Answers   Huawei,


wrong statement about c++ a)code removably b)encapsulation of data and code c)program easy maintenance d)program runs faster

11 Answers  


Write a program which uses Command Line Arguments

0 Answers  


Categories