Can we define function inside main in c++?
No Answer is Posted For this Question
Be the First to Post Answer
Which coding certification is best?
what are the iterator and generic algorithms.
What is c++ & why it is used?
Write a c program for binary addition of two 8 bit numbers.
What character terminates all character array strings a) b) . c) END
What is the difference between the indirection operator and the address of oper-ator?
Differentiate between an external iterator and an internal iterator?
What is a block in c++?
What are single and multiple inheritances in c++?
When a function is made inline. Write the situation where inline functions may not work.
int main() { int i ,a[i]; i = 0; a[i] = 10; cout<< a[i] << endl; return 0; } What will be output of this program?
What is a multiset c++?