Write an algorithm for implementing insertion and deletion
operations in a singly linked list using arrays ?
Which is the memory area not included in C program? give the reason
What are the functions to open and close the file in c language?
c program to manipulate x=1!+2!+3!+...+n! using recursion
main() { char *p1="Name"; char *p2; p2=(char *)malloc(20); while(*p2++=*p1++); printf("%s\n",p2); }
write a programming in c language, 1 3 5 7 9 11
How does pointer work in c?
What is #line in c?
What is difference between structure and union in c?
Is that possible to store 32768 in an int data type variable?
What are the preprocessors?
What is the best style for code layout in c?
Write a program to compute the following 1!+2!+...n!