Answer to Question #37550 in C++ for ahmed
2013-12-05T04:12:23-05:00
hello , i have some questions about definitions
first:
is this considered overloading ?
int func (int x, char c);
int func (charc,int x);
is this considered overloading ?
int func (int x, char c);
float func(int x);
second:
for(int i;i<10;i++)
cout<<"hello";
how to use i without initializing it in this loop
thank you in advance
1
2013-12-09T10:27:19-0500
The answer to the question is available in the PDF file https://assignmentexpert.com/https://assignmentexpert.com/homework-answers/programming-answer-37550.pdf
Need a fast expert's response?
Submit order
and get a quick answer at the best price
for any assignment or question with DETAILED EXPLANATIONS !
Learn more about our help with Assignments:
C++
Comments
Leave a comment