Telegram Group 🔥🔥🔥
Get answers in minutes
Questions answered :
48
/50
Answer verified
What is the output of this program?#include using namespace std;int main(){int const p = 5;cout << ++p;return 0;}
🗓 Dec 21, 2024
-
-
-
-
votes
Anonymous
🌐 India
#include <iostream>
using namespace std;
int main(){
int p = 5;
int const * const q = &p;
}
votes
votes
Was your question answered?
Thanks for the feedback! ✅
Want to get famous? 📸
Answer question and get 🤩 high-lighted on our homepage.