Are strings mutable in c++?
No Answer is Posted For this Question
Be the First to Post Answer
What is a block in c++?
How to write a program such that it will delete itself after exectution?
There is a array of 99 cells and we have to enter 1-100 elements in it , no two elements would repeat , so the is one no. missing because 99 cells and 1-100 nos. so we had to implement a function to find that missing no.
What do you mean by storage classes?
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.
Write a Program for dynamically intialize a 2 dimentional array. Eg:5x20, accept strings and check for vowels and display the no.finally free the space allocated .
What is the main function c++?
What return value must conversion operators have in their declaration?
Where do I find the current c or c++ standard documents?
Explain the isa and hasa class relationships. How would you implement each?
What is the standard template library (stl)?
How come you find out if a linked-list is a cycle or not?