What are structs in c++?
No Answer is Posted For this Question
Be the First to Post Answer
Difference between pointer to constant vs. Pointer constant
how many rounds and wt type of questios ask in the written test for first round 2. tech. round 3. and futher rounds
what is the size of a class which contains no member variables but has two objects??? is it 1 or 2??
what is the C++
What is object in c++ wikipedia?
Which one between if-else and switch is more efficient?
Why c++ is faster than java?
What is polymorphism in c++? Explain with an example?
What is struct c++?
What is static function? Explain with an example
#include<iostream.h> void main() { class x { public: int func(int) { cout<<"cool"; return 1; } } }
Write a program to find the Factorial of a number