324 questions
1) Initialize number 2 for integer variable num 2) Perform shift operation on num variable 3) 'The result of 1 shift operation of 2 is 4' output 4) Perform shift operation on num variable 5) '2 is shi...
Hello, seniors. I would like to ask a question about API connection at Android Studio AVD.Currently, the application I'm making uses YouTube, Google Map, and public data API.This is being developed by...
After making a two-dimensional array using random numbers,A program that outputs an array in a two-dimensional table after obtaining the sum of each row and each column.But if you compare the table wi...
#include <stdio.h>void get_sum_diff(int x, int y, int* p_sum, int* p_diff);int main(void){ int x; int y; int r, s; printf(Enter an integer); scanf_s(%d %d, &x, &y); void get_sum_diff(x,...
The selected file was linked to Visual Studio 2019 to create and delete the repository.Then, I tried to create a repository by linking it to Visual Studio 2019 again with the same name as the same pat...
I don't think it's a grammar error because the error keeps appearing every time I turn on the project. I don't know how to solve it even if I search on the InternetExecuting tasks: [:app:assembleDebug...
I wrote it in the code below But if you change the shape, the application dies...The error code isE/eglCodecCommon: glUtilsParamSize: unknow param 0x000082daE/eglCodecCommon: glUtilsParamSize: unknow ...
I want to configure the screen that appears when I press the Windows Driver Properties window using MFC.Somehow I succeeded in getting information about the type and capacity of the driverI'm at a los...
When I created a static class with an internal class for the purpose of using a variable without creating an object and called a static variable, I first read the value of the edit text and sprayed it...
« | - 32 - | » |
© 2024 OneMinuteCode. All rights reserved.