find the syntax error from the following program. justify each other.
# include< isostream.h>
void display ( floatp)
{
cout <<'the argument is' << p;
}
void main ()
{
float q=11,1; display (p);
}
Answers
Answered by
0
Answer:
Explanation:
FromFrom whare r u asking this question
Similar questions