Describe the steps to insert data into a singly linked list.
int a=1,b=2,c=3; printf("%d,%d",a,b,c); What is the output?
how to print the character with maximum occurence and print that number of occurence too in a string given ?
write a c program for swapping two strings using pointer
write a own function for strstr
Output for following program using for loop only * * * * * * * * * * * * * * *
What is the difference between struct and typedef struct in c?
What is the meaning of && in c?
what is mean by Garbage collection ? Please answer me. Advance thanks.
What is memory leak in c?
What functions are in conio h?
What is difference between array and structure in c?
Write a c program using for loop to print typical pattern if number of rows is entered by keyboard. ABCBA AB BA A A