look through this code snippet
did you know:
is correct!! notice the ";" mark.
did you know:
1 2 3 4 5 6 7 8 | #include<bits/stdc++.h> void fo(){}; int main() { fo(); return 0; } |
is correct!! notice the ";" mark.