Can you declare an array without a size in c++?
No Answer is Posted For this Question
Be the First to Post Answer
What is a far pointer? where we use it?
What are c++ variables?
What is the last index number in an array of 100 characters a) 100 b) 99 c) 101
Explain about profiling?
Do the names of parameters have to agree in the prototype, definition, and call to the function?
In a function declaration, what does extern mean?
Explain how a pointer to function can be declared in C++?
What is the equivalent of Pascal's Real a) unsigned int b) float c) char
Should I learn c or c++ or c#?
What is meant by a delegate?
Write down the equivalent pointer expression for referring the same element a[i][j][k][l]?
given the code segment below void main() { cout<<"my no. is"; } question is how can we get the output hai aravind my no. is 99999999999 without editig the main().