1301 questions
Hello, I'm asking you a question because I'm stuck in an object declaration error while studying Java!#Box.javapublic class Box { int width=0; int height=0; public void printSize() { System.out.print...
For example, is it wrong to write #defineTAX0.5f like this?
Executing the code below resulted in the following results:As a basic memory layout, if you declare the main function or func function as below and output the address, it will be placed in the stack a...
Hello, I'm a beginner at Cpp.The code at the bottom is the example code that I referred to. The first code is the code that I modified.참고한 git는 https://github.com/gbmhunter/CppLinuxSerial 입니다.'#define...
If you receive a pointer pointing to the beginning of a char array as an argument as follows, I would like to know the number of elements of the char array using string_ptr.void hoge(char*string_ptr){...
Hello. I have a question about c language coding.#include <stdio.h>int main(void){ double c, f; printf(Enter a Fahrenheit value: ); scanf_s(%lf, &f); c = 5.0 / 9.0 * (f - 32.0); // <<...
Hello. I have a question about c language coding.```#include int main(void){ double c, f;printf(Enter a Fahrenheit value: );scanf_s(%lf, &f);*c = 5.0 / 9.0 * (f - 32.0);*printf(C value is %lf degr...
The logistic regression definition is The name is regression, but it's actually a classification model, and I've created an example in a situation where predicting a classification is understood.Becau...
I'm a beginner in programming.First, we set up a program in c language that outputs the maximum, minimum, average, most frequent, and total values by entering the number of elements one by one, but af...
I want to find out one by one while solving the programmer's coding test problem by taking a log point in the visual studio, but I tried solving the programmer's problem without the main door using th...
- 1 - | » |
© 2023 OneMinuteCode. All rights reserved.