#include<cstdio> #include<iostream> #include<cstdlib> using namespace std; int main() { int I =10, j=2; int *ip = &I ,*jp =&j; int k = *ip/ *jp; printf(ā%uā,k); return 0; }
Standard input is empty
prog.cpp:10: error: stray ‘\342’ in program prog.cpp:10: error: stray ‘\200’ in program prog.cpp:10: error: stray ‘\234’ in program prog.cpp:10: error: stray ‘\342’ in program prog.cpp:10: error: stray ‘\200’ in program prog.cpp:10: error: stray ‘\235’ in program prog.cpp: In function ‘int main()’: prog.cpp:10: error: expected primary-expression before ‘%’ token prog.cpp:10: error: ‘u’ was not declared in this scope
Standard output is empty