Which is most difficult programming language?
No Answer is Posted For this Question
Be the First to Post Answer
Write a program to reverse a linked list?
8 Answers Catalytic Software, Satyam,
Which field is used 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?
Why c++ is better than c language?
What operator is used to access a struct through a pointer a) >> b) -> c) *
Write a C program to calculate the salary of each employee in your company. You need to input the hours worked and the hourly rate. The company pays 1.5 times the hourly rate for all hours worked in excess of 48 hours. Use the formulas below to calculate the salary: if employee worked less than 48 hours salary = hours * rate; if employee worked more than 48 hours salary = 48.0 * rate + ( hours − 48.0 ) * rate * 1.5; You are required to use a loop to produce the sample output as given below.
What is #include sstream?
Explain all the C++ concepts using examples.
how is returning structurs from functions?Show an eg?
What's the order in which the objects in an array are destructed?
Explain virtual class and friend class.
what you know about c++?