Post #236636
2026-02-02 21:02 UTC
Retro C++ quiz #54
Given the following in C and C++:
void f(void);
void f() {
const const int x=1;
}
This is, without checking:
A. Valid C99 and C++
B. Valid C99
C. Valid C++
D. Neither Valid C99 or C++
#Cplusplus
#CppPolls
#Programming
Replies (0)
No replies.