Can you Mention some Application of C/C++?
No Answer is Posted For this Question
Be the First to Post Answer
Which uses less memory? a) struct astruct { int x; float y; int v; }; b) union aunion { int x; float v; }; c) char array[10];
Is java made in c++?
What are the advantages of using typedef in a program?
what is scupper?
What size is allocated to the union variable?
What is the benefit of learning c++?
Can I make ios apps with c++?
If a base class declares a function to be virtual, and a derived class does not use the term virtual when overriding that class, is it still virtual when inherited by a third-generation class?
What do nonglobal variables default to a) auto b) register c) static
write a program that takes 5 digit no and calculate 2 power that no and print it.
What are pointer-to-members in C++? Give their syntax.
Why is c++ awesome?