Recent questions tagged programming

29 votes
2 answers
931
43 votes
9 answers
933
52 votes
3 answers
934
The most appropriate matching for the following pairs$$\begin{array}{|ll|ll|}\hline X: & \text{m = malloc(5); m = NULL;} & 1: & \text{using dangling pointers} \\\hline Y...
33 votes
8 answers
937
24 votes
3 answers
938
26 votes
3 answers
941
3 votes
2 answers
942
#include<stdio.h #define decode(s,t,a,m,p,e,d)m s u t #define begin decode(a,n,i,m,a,t,e) int begin() { printf("hello"); }