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
23
problems.
Stats
516
EtPoint
154
Vote count
3
questions
23
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
error: indirection requires pointer operand ('int' invalid)
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]