state gov UP Police Programmer Grade 2 Mock Test Series Programming and Data Structure Programming in C
निम्नलिखित कोड का आउटपुट क्या होगा?
#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
कंपाइलेशन एरर