Is c easier than java?
What is the importance of c in your views?
Explain what is wrong in this statement?
Write a program that an operator and two operands read from input operand operator on the implementation and results display.
What is LINKED LIST? How can you access the last element in a linked list?
Can a variable be both const and volatile?
hi... can anyone help me to make a two-dimensinal arrays in finding the sum of two elements plzzz. thnx a lot...
what is the stackpointer
f(*p) { p=(char *)malloc(6); p="hello"; return; } main() { char *p="bye"; f(p); printf("%s",p); } what is the o/p?
What are # preprocessor operator in c?
what is data structure.in linear and non linear data structures which one is better?Explain
Write a program to compute the following 1!+2!+...n!
What are shell structures used for?