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
a single linked list consists of nodes a to z .print the nodes in reverse order from z to a using recursion
What are the uses of a pointer?
Can u return two values using return keyword? If yes, how? If no, why?
Write a program to input the price of 1 burger and the number of burgers eaten by a group of friends .print the total amount to be paid by the group?
Why are algorithms important in c program?
Which header file should you include if you are to develop a function which can accept variable number of arguments?
how to make c program without a libary? e.g.#include<stdio.h> libary is not in c progaram.
what is a non volatile key word in c language?
for questions 14,15,16,17 use the following alternatives:a.int b.char.c.string.d.float
Is r written in c?
What does c mean in standard form?
write an algorithm to get a sentence and reverse it in the following format: input : I am here opuput: Here Am I note: first letter of every word is capiatlised