What is the error in the code below and how should it be corrected?
No Answer is Posted For this Question
Be the First to Post Answer
write a c++ program that gives output 1 1 2 1 2 3 1 2 3 4 1 2 3 4 5 using looping statement
Write a program to encrypt the data in a way that inputs a four digit number and replace each digit by (the sum of that digit plus 7) modulus 10. Then sweep the first digit with the third, second digit with the fourth and print the encrypted number.
What are smart pointers?
what is data Abstraction
They will ask u question about single linked list?. Write Code for to insert delete node.
How many pointers are required to reverse a link list?
What is extern c++?
Why are pointers used?
what is scupper?
How would you find out if a linked-list is a cycle or not?
Define a nested class.
How does list r; differs from list r();?