Questions
Linux
Laravel
Mysql
Ubuntu
Git
Menu
HTML
CSS
JAVASCRIPT
SQL
PYTHON
PHP
BOOTSTRAP
JAVA
JQUERY
R
React
Kotlin
×
Linux
Laravel
Mysql
Ubuntu
Git
Omkant
Omkant has asked
18
questions and find answers to
35
problems.
Stats
857
EtPoint
244
Vote count
18
questions
35
answers
About
Playing with C is really fun.
Omkant questions
How many primitive steps in y=x++? [closed]
how signed and unsigned integers are stored in c?
What's meaning of these volatile with pointers in C ?
What is StringCbprintf and how's this different than general sprintf?
Accessing a system call directly from user program
Why case: always requires constant expression while if() doesn't?
No loop condition in for and while loop
What are the benefits of unnamed structs / unions in C?
How to print value of global variable and local variable having same name?
What is Indeterminate value?
Omkant answers
_THIS_IP_ macro in linux kernel
Should one always cast printf parameters?
shmat for attaching shared memory segment
typedef a struct before it's declared
Out of memory error in Mapreduce shuffle phase
Linking error vs. compilation error
Pass a pointer to a function as read-only in C
How to assign values of array to another array(making copy) in c?
What is &&&& operation in C [closed]
How to solve this fork() example in c