What is c strings syntax?
No Answer is Posted For this Question
Be the First to Post Answer
What is a concrete class?
which one is equivalent to multiplying by 2:Left shifting a number by 1 or Left shifting an unsigned int or char by 1?
Should I learn c or c++ or c#?
Tell me can a pure virtual function have an implementation?
what is the size of this class class size { public: char data1; double d; int data2; char data3; double data4; short data5; }; please explain the padding for these double variables.
What is class invariant?
Is turbo c++ free?
What does the following do: for(;;) ; a) Illegal b) Loops forever c) Ignored by compiler...not illegal
What is the difference between reference and pointer?
Can union be self referenced?
an integer constant must have atleast one a) character b) digit c) decimal point
What is #include iostream?