What does nil mean in c?
No Answer is Posted For this Question
Be the First to Post Answer
What is merge sort in c?
What is array of structure in c?
Magic square
Calculate the weighted average of a list of n numbers using the formula xavg = f1x1+f2x2+ ….+ fnxn where the f’s are fractional weighting factors, i.e., 0<=fi<1, and f1+f2+….+fn = 1
How do I create a directory? How do I remove a directory (and its contents)?
How to implement a packet in C
Write a program to check prime number in c programming?
what r callback function?
int x=sizeof(!5.856); What will value of variable x?
a 'c' program to tell that the set of three coordinates lie on a same line
Write a c program to find, no of occurance of a given word in a file. The word is case sensitive.
write a progam to compare the string using switch case?