What is the use of 'this' pointer?
No Answer is Posted For this Question
Be the First to Post Answer
Write a C++ program to sort digits of all the 4 digit number and display the sorted 4 digit number
I want to write a C++ language program that: 1. Reads in the size of a square from the screen; 2. Prints a hollow square of that size out of “-“, “|” and blanks on screen; 3. Prints the same hollow square onto a text file. The program should work for squares of all side sizes between 1 and 20.
Which of the following is evaluated first: a) && b) || c) !
Is c++ a difficult language?
Explain data encapsulation?
What operator is used to access a struct through a pointer a) >> b) -> c) *
What do you mean by internal linking and external linking in c++?
What is the use of string in c++?
You're given an array containing both positive and negative integers and required to find the sub-array with the largest sum (O(N) a la KBL). Write a routine in C for the above.
Write a single instruction that will find the remainder of integral division when x is divided by y. Have the answer stored in z.
what is the use of void main() in C++ language?
What is a lambda function c++?