Teaching BPSC 4.0 बिहार उच्च माध्यमिक शिक्षक भर्ती (PGT) Mock Test Programming and Data Structure Programming in C
What will be the output of the following code?
#include
using namespace std;
int main() {
float f = 3.14;
int i = static_cast
cout << i;
return 0;
}
1
3
2
3.1
3
0
4
More than one of the above
5
None of the above