89 questions
I wonder if the code I wrote understands the title of the assignment?The results are correct.I admit that the code is quite hard to read and hard to see.I'm sorry.If there is a shortage of common sens...
プログラミングI'm a beginner in programming. I think there are many things that I can't do, but please be gentle.I wonder if the code I wrote understands the title of the assignment?The results are correct.T...
For the following code, can the char type str[] only be displayed before the null is in the middle of the string?Also, can the pointer p hold only one memory address that the address points to?For exa...
I don't know why the code below is valid for char str [100] = Hello; not char*str = Hello;I understand that I can only put an address in the pointer, but is that not true?Also, does this mean that Hel...
You are creating a program that randomly generates numbers within a specified range and places them in order of lowest in select_sort.I was able to program an array, but I don't know how to make it in...
In the Description C pointer Pointers to void are not equal to other pointers.(The behavior of the void pointers depends on the system.) However, if the pointers to the two void are both null pointers...
Nice to meet you.This is my first time asking a question.I am currently working on making my own bi-directional lists using pointers in C++ without using STL.In the midst of this, I have written to th...
(I was confused about the multiplication time.Please see 774RR's response.)Suppose you have a large array of about 1000 x 1000 (such as an image).iTo get the first address on the line,double lightness...
I have a question when I see 's answer that I don't know how to behave when I refer to charstr[] with a pointer.Why shouldn't I write printf(str:%s\n,p);?*p calls the character code for the address in...
- 1 - | » |
© 2024 OneMinuteCode. All rights reserved.