Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

Does gcc wrap option takes effects on function printf ?

c gcc ld

Binary search accessing out of range index

c arrays algorithm search

Aligning strings equally

c

Is `free(a_comparable_pointer)` well defined or UB?

c language-lawyer

C concatenate string variable string

Why does this function print 0 when I pass in a nonzero value as its argument?

dev c. failed to execute .exe error 193: %1 not a valid win32 application

c++ c dev-c++

Why does 5/2 results in '2' even when I use a float? [duplicate]

Difference between variable and data object in C language?

What is the best way to write a syntax tokenizer/parser in C? [closed]

c string parsing tokenize

What is "compatibility for C++ mangling"?

c++ c compatibility glibc abi

How to input strings into an array in C?

c arrays string pointers

How can I define a macro that tests if a given character is a vowel?

c macros

C printf wont print before scaning next number

c for-loop printf scanf

What does mean by "inactive" preprocessor block in C?

Wrong print in C program

c

Getting the size of varargs in C?

c variadic-functions

Why can't I find the int value in a binary

c linux elf hexdump

Declaring a character array VS dynamically allocating space to character array in C

Does fgetc return EOF on every call after end-of-file reached?

c libc