Answer Posted / abed
array i s the collection of similar data type it reduces
the unnecessary decleration of data types or variables
Is This Answer Correct ? | 7 Yes | 0 No |
Post New Answer View All Answers
What does scope resolution operator do?
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 apps are written in c++?
what is VOID?
Difference between class and structure.
What is stack unwinding?
Why is c++ is better than c?
What is the best way to declare and define global variables?
Do class declarations end with a semicolon? Do class method definitions?
What are files in c++?
How is new() different from malloc()?
What does getch() do according to the ANSI C++ standard a) Reads in a character b) Checks the keyboard buffer c) Nothing in particular (Its not defined there)
When do we run a shell in the unix system?
Write a Program to find the largest of 4 no using macros.
Does c++ have arraylist?