What is malloc() function?
How do you generate random numbers in C?
write a program that will open the file, count the number of occurences of each word in the the complete works of shakespeare. You will then tabulate this information in another file.
biggest of two no's with out using if condition statement
What is the difference between printf and scanf in c?
pgm to find any error in linklist(in single linklist check whether any node points any of previous nodes instead of next node)
can we have joblib in a proc ?
please help me.. how to write a code of this output?? "Enter range number:"10 1 is an odd number 2 is an even numbers 3 in an odd numbers 4 " to 10" "printing all odd numbers:" 1,3,5,7,9 "printing all even numbers:" 2,4,6,8,10 "sum of all odd numbers:25 "sum of all even numbers:30 using a C Programming ARRAY pleas pleas help.. its my project ..please :(
Is it possible to use curly brackets ({}) to enclose single line code in c program?
How to calculate sum
1 232 34543 4567654 can anyone tell me how to slove this c question
What is the method to save data in stack data structure type?
What is the use of void pointer and null pointer in c language?