Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

When does memory gets allocated for a variable in c?

c variables declaration

dangers of heap overflows?

c++ c security

C: String functions without string.h library

c string

What happens if i overwrite the return address on the stack?

c++ c stack-overflow

How will be operands inside (a += 3, 5, a) are going to dealt or caculated in order to print the value of "a"?

c undefined-behavior

C program to calculates the number of ways to choose k objects from n distinct objects. 'k' and 'n' both are integers

What is the difference between array and enum in C ?

c arrays enums

Function to dynamically allocate matrix

c pointers matrix dynamic malloc

strncpy and strcat usage

c string syntax

memcpy moving 128 bit in linux

c linux assembly sse simd

Time complexity of Prolog better than naive brute force?

c prolog scheme

how to run a c program with reading command line parameters in openvms?

c openvms vms

How to add two strings?

Checking a variable meanwhile calling the functions needed

c

c programming language exercise 1.10: what is wrong with my solution?

c

why if(a==2.3) evaluates false when float a=2.3 [duplicate]

c

Given a printf statement in C, how do I construct a char * buffer, and know its length?

c printf mpi output-formatting

How are registers and other information preserved during function calls in C?

c cpu-registers

How to remove line breaks after "ctime" in C program?

c

c programming #define struct { } declaring

c glibc