7 questions
I'm just going to copy and paste the sentence from the file.There is an error in my code.And the color changes in the middle What should I do?using namespace std;int main(){ const char* msg = hello m...
String str = new String(abc);WowString str = abc;What's the difference?
Like this, list/tuple/dict has a literal meaning empty <list/tuple/dict>I wonder if there's such a thing as a set.
#include <stdio.h>int main(){ char str[] = hello; scanf(%c, str[0]); return; }This code is failing. hello is literal and cannot be accessed, but I want to change the information of str by saving...
The reference variable that stores the class's address value is System.out.print(), which shows the address value at the time of output.The reference variable referring to the string class is System.o...
The school gave it to me as an assignmentI don't know what this code is doing or why it's running normally>>>=What is this doing?Why is the output ????#include <stdio.h>int main(){ int ...
I know that hexadecimal numbers have 0x in front of it, and octal numbers have 0 in front of itSo what do we do to express it's binary
© 2024 OneMinuteCode. All rights reserved.