Can comments be longer than one line?
No Answer is Posted For this Question
Be the First to Post Answer
what are difference between c and c++?
Is the declaration of a class its interface or its implementation?
Can we use pointers in c++?
Implement stack operations with pointers with appropriate exception checks.
write a program that withdrawals,deposits,balance check,shows mini statement. (using functions,pointers and arrays)
What is atoi?
Why would you make a destructor virtual?
Difference between overloading vs. Overriding
Write a program to calculate the following i want a c++program for this condition 1+4+9+16+….+100 Like this (1^2+2^2) Hint use function pow(a,b)
What is a mutex and a critical section.Whats difference between them?How do each of them work?
In C++ cout is: a) object b) class c) something else
11 Answers Infosys, Lehman Brothers,
What operator is used to access a struct through a pointer a) >> b) -> c) *