Write a program in C to convert date displayed in
gregorian to julian date
No Answer is Posted For this Question
Be the First to Post Answer
Is there any algorithm to search a string in link list in the minimum time?(please do not suggest the usual method of traversing the link list)
how can i calculate mean,median,mode by using c program
what will happen if you free a pointer twice after allocating memory dynamically ?
what is the difference between NULL('\0') and 0?
what is default constructor?
What is the purpose of & in scanf?
/*program to calculate hra,da in salary if salary less than 10000 then hra15%,da13% otherwise hra20%,da18%/*
What is far pointer in c?
who is the editor of 'pokemon'?
how to devloped c lenguege?
Difference between constant pointer and pointer to a constant.
What is the right type to use for boolean values in c? Is there a standard type? Should I use #defines or enums for the true and false values?