what is a class? Explain with an example.
No Answer is Posted For this Question
Be the First to Post Answer
Specify different types of decision control statements?
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 increment operator in c++?
Explain the difference between static and dynamic binding of functions?
Can you be bale to identify between straight- through and cross- over cable wiring? And in what case do you use straight- through and cross-over?
You have to take 2 arrays of length 10. Input the values of array 1 from the user. Then copy the values of array 1 to array 2 in ascending order For example if user enters 9, 5, 6, 8, 1, 0, 2, 7, 4, 3 then copy the smallest element i.e. 0 first followed by 1, 2 and so
What apps are written in c++?
Mention the purpose of istream class?
What is scope in c++ with example?
Define linked lists with the help of an example.
What is null pointer and void pointer and what is their use?
what is COPY CONSTRUCTOR and what is it used for?