Linked lists -- can you tell me how to check whether a linked list is circular?
Write a Program to accept different goods with the number, price and date of purchase and display them
What is f'n in math?
write a statement to display all the elements array M(in reverse order? int M[8]={20,21,22,23,24,25,26,27};
What is pragma in c?
What is NULL pointer?
write a c program to print the values in words eg:- 143 written it has (one hundred and forty three)& 104, 114 are also written words
5 Answers Captronic, DELL, Google, IBM, Mithi, RCC, Wipro,
Why c is faster than c++?
Write the program that calculates and prints the average of several integers. Assume that the last value read is sentinel 9999.
Which weighs more, a gram of feathers or a gram of gold?
Why main is not a keyword in c?
How can I set an array's size at run time?
write a c prog for removing duplicate character from an array and sorting remaining elements using a single array