How can you increase the allowable number of simultaneously open files?
Are pointers really faster than arrays?
What is the use of getchar functions?
how do u find out the number of 1's in the binary representation of a decimal number without converting it into binary(i mean without dividing by 2 and finding out the remainder)? three lines of c code s there it seems...can anyone help
difference between memcpy and strcpy
write a c program in such a way that if we enter the today date the output should be next day's date.
how to go with this?
can u give me the good and very optimised code for a car racing game?
how the size of an integer is decided? - is it based on processor or compiler or OS?
19 Answers HCL, JPR, Microsoft, nvidia,
Write a c program using for loop in switch case?
Wt are the Buses in C Language
What is struct node in c?
sqrt(x+sqrt(x+sqrt(x+sqrt(x))))=2; Find the value of x?