Is there any difference between int [] a and int a [] in c++?
No Answer is Posted For this Question
Be the First to Post Answer
Why c++ is created?
Write a program to calculate the BMI of a person using the formula BMI = weight/height2.
If you push the numbers (in order) 1, 3, and 5 onto a stack, which pops out first a) 1 b) 5 c) 3
what are prototypes
What is vectorial capacity?
How the V-Table mechanism works?
Difference between a homogeneous and a heterogeneous container
Differences between private, protected and public and give examples.
find the two largest values among the 6 numbers using control structures : do-while,for,if else,nestedif- else ,while. one or two of them.
what are the decision making statements in C++? Explain if statement with an example?
Explain about Garbage Collector?
What is data type in c++?