Can we use struct in c++?
No Answer is Posted For this Question
Be the First to Post Answer
Is c++ used anymore?
Write a program for Divide a number with 2 and Print the output ( NOTE: Check for divide by zero error).
write a program that will produce the ff. output. "what fruit will you buy? 1)apple 2)orange 3)mango ENTER CHOICE (1,2 or 3)> HOW MANY WILL YOU BUY?> THAT WILL COST XX.XX
What are the general quetions are in DEna bank manager IT/System interviews?
What are the advantages of using typedef in a program?
How do you define a class in c++?
When do we run a shell in the unix system? How will you tell which shell you are running?
let a,b,c be three integer numbers.write a c++ program with a function void rotate 1()such that a->b->c and c->a.
Should a constructor be public or private?
Why is polymorphism useful?
Which sort does c++ use?
What are friend functions in C++?