What is array in C
what is the difference between exit() and _exit() functions?
Function shall sum members of given one-dimensional array. However, it should sum only members whose number of ones in the binary representation is higher than defined threshold (e.g. if the threshold is 4, number 255 will be counted and 15 will not) - The array length is arbitrary - output the results to the stdout
There are 8 billiard balls, and one of them is slightly heavier, but the only way to tell was by putting it on a weighing scale against another. What's the fewest number of times you'd have to use the scale to find the heavier ball?
struct node {struct node*temp,*new} prinf("%d",sizeof(struct node));
What is the value of y in the following code? x=7;y=0; if(x=6) y=7; else y=1;
String concatenation
why r u join this company? give solid resons.
16 Answers IBM, Infosys, TCS,
Can you subtract pointers from each other? Why would you?
How does free() know how many bytes to free?
What is I ++ in c programming?
Write a C program that computes the value ex by using the formula ex =1+x/1!+x2/2!+x3+3!+………….
What is a global variable in c?