How can you find the day of the week given the date?
No Answer is Posted For this Question
Be the First to Post Answer
Explain the meaning of keyword 'extern' in a function declaration.
How to Throw some light on the splay trees?
Q-1: Create a structure to specify data on students given below: Roll number, Name, Department, Course, Year of joining Assume that there are not more than 450 students in the college.
What is a ternary operator in c?
What is dangling pointer in c?
Prove or disprove P!=NP.
What are c identifiers?
main() { int *ptr=(int*)malloc(sizeof(int)); *ptr=4; printf("%d",(*ptr)+++*ptr++); }
5 Answers Vector, Vector Solutions,
i want the code for printing the output as follows 4 4 3 3 2 2 1 1 0 1 1 2 2 3 3 4 4
Can we declare variable anywhere in c?
Write a program on swapping (100, 50)
compute the nth mumber in the fibonacci sequence?
10 Answers Canon, HPL, Satyam, TCS,