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
28
problems.
Stats
603
EtPoint
175
Vote count
3
questions
28
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
2-8 K&R C Exercise whats wrong?
(Conceptual) Iterating through an array of ints using a pointer
C malloc a pointer multiple times
Compilation fails due to strange characters appearing in source code
Open Application In C
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]