Write a program in C to convert date displayed in
gregorian to julian date
Finding first/last occurrence of a character in a string without using strchr( ) /strrchr( ) function.
Is c call by value?
Which header file is used for clrscr?
What is the use of header?
Is c is a middle level language?
Write a function expand(s1,s2) that expands shorthand notations like a-z in the string s1 into the equivalent complete list abc...xyz in s2 . Allow for letters of either case and digits, and be prepared to handle cases like a-b-c and a-z0-9 and -a-z. z-a:zyx......ba -1-6-:-123456- 1-9-1:123456789987654321 a-R-L:a-R...L a-b-c:abbc
What is meant by inheritance?
what do structure language means?
3. When do you say that a digraph is acyclic A)if and only if its first search does not have back arcs B)a digraph is acyclic if and only if its first search does not have back vertices C)if and only if its first search does not have same dfnumber D)None of these
what is answer for perfect number????????????????
Does c have class?
What is a rvalue?