Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

Modifying a string being passed as argument of a function in C [duplicate]

c string pointers

How does 'for' work when all of its "parts" are 'i++'?

c

Is -fPIC for shared libraries ONLY?

c++ c gcc compilation elf

What's the right way of using 'typedef'? [duplicate]

c typedef

Variable changes midway through loop and I can't figure out what's the problem

c

How to open and read file without buffering in C?

c io

Fork and execve segmentation fault

c fork execve

Use of %.o : %.c in makefile

c makefile

C89 - Block of code in for loop increment clause

c for-loop grammar c89

C scanf - unknown array size

c scanf

Strange result with pointer arithmetic

c pointers

Why do I receive this error when generating a random float?

c random

Multidimensional array out of bound access

Why does TH32CS_SNAPMODULE32 doesn't work alone?

c winapi

Can I free only a part of a string?

c string free

Why can't we always use the register storage class in C?

Why we should not use String for Storing password in Java but can use String for Storing password in C language? [duplicate]

java c

Calling the Main in c by jni in android

fgets and non-printable characters

c io

ROM variable not getting the defined value

c embedded