What is friend class in c++ with example?
No Answer is Posted For this Question
Be the First to Post Answer
What is implicit conversion/coercion in c++?
What is the use of data hiding?
given unsigned int ui1=3,ui2=7; what are the outputs of a)ui1 & ui2 b)ui1 && ui2 c)ui1 | ui2 d)ui1 || ui2 i also need the justification for the answers thank you
What is boyce codd normal form in c++?
Can we specify variable field width in a scanf() format string? If possible how?
Write a function to perform the substraction of two numbers. Eg: char N1="123", N2="478", N3=-355(N1-N2).
Is c++ free?
What is the best c++ compiler for windows 10?
In a function declaration what does extern means?
What are references in c++?
write a program that withdrawals,deposits,balance check,shows mini statement. (using functions,pointers and arrays)
What does new do in c++?