Computer Science, asked by mfarhanliaquat65, 3 months ago

What will be the output of this program?

#include<iostream> using namespace std;

int main()

{

float f1 = 0.1;

if (f1 0.1)

printf("equal\n");

printf("not equal\n");

else

}

Select one:

O a. equal

b. not equal

O c. output depends on the compiler​

Answers

Answered by shubhashrees73
0

Answer ❤️

In this program, the main function will call itself again and again. Therefore, it will continue to print Javatpoint.

The function strlen returns the number of characters in the giving String. Therefore, Strlen ("123456") returns 6. Hence the output of the program is "6".

hope help you

brainlist please ❤️ uff

Similar questions