Find the syntax errors from the following program. Justify each error,
#include<iostream, h>
void main()
float al=11. 0;
Try_this(fvarl);
}
float Try_this( float fvarl)
}
fvarl++;
cout<<? The Number is '<<fvarl;{
Answers
Answered by
1
Answer:
Instead of , in iostream there must be ".''
There must not be question mark after cout<<.
Answer by purvesh. Hope it helped you. Program world
Similar questions