Draw the control flow graph for the given program.
Find the cyclomatic complexity of the program.
main()
{
int a,b,c;
scanf();
while(a<10)
{
print(a);
if(a
{
print();
}
else
if(a
{
print();
}
}
print(a,b,c);
}
Answers
Answered by
0
Explanation:
thank you..
please mark as brainiest
Attachments:
Similar questions