Questions
Linux
Laravel
Mysql
Ubuntu
Git
Menu
HTML
CSS
JAVASCRIPT
SQL
PYTHON
PHP
BOOTSTRAP
JAVA
JQUERY
R
React
Kotlin
×
Linux
Laravel
Mysql
Ubuntu
Git
ameyCU
ameyCU has asked
3
questions and find answers to
22
problems.
Stats
497
EtPoint
149
Vote count
3
questions
22
answers
About
Let's do something :)
ameyCU questions
Is it necessary to close a file number of time it is opened in program?
Casting pointer to void
Pointer declared as constant as well as volatile
ameyCU answers
What is the meaning of the address of a pointer?
why can I write over a piece of memory which has been allocated 0 space?
I can't store a string of characters in a node of linked list
Why does printf("%d", ~0) output -1? [duplicate]
Why is GCC saying a variable is unused when it is not?
Array type char[] is not assignable [duplicate]
redefinition of variable inside scope
How to print a 2D-array in C, without using the operator []?
Why does "A = A + B - (B = A)" swap values in C? [duplicate]
What is the correct definition of size_t? [duplicate]