write a program using linked list in which each node consists of following information. Name[30] Branch Rollno Telephone no i) Write the program to add information of students in linked list
2870List at least 10 sorting methods indicating their average case complexity, worst case complexity and best case complexity.
2801write an algorithm and a program to count the number of elements in a circularly singly linked list
1 14121Hi Every one...........I have been selected for the SBI Clerk. But i m one month Pregnanat. So anyone please suggest me, is they take any objection on my joining .
4 7369what would be the output of the follwing struct st { char name[20]; int i; float f; }; main() { struct st emp = {"forum"}; printf("%d %f",emp.i,emp.f); }
4 6769Finding first/last occurrence of a character in a string without using strchr( ) /strrchr( ) function.
2 12186/*program to calculate hra,da in salary if salary less than 10000 then hra15%,da13% otherwise hra20%,da18%/*
6 15902though sbi was nationalized why its not comes under nationalized banks and its comes under publicsector banks
3 14683please can some one guide me, to the answer Write a C program to enter 15 numbers as an input from the keyboard and program will find and print odd numbers and their average. i have studied while and do while loop for loop if and else if switch
2 5389
What are the similarities between c and c++?
how to create duplicate link list using C???
Is null equal to 0 in sql?
What is c language used for?
What math functions are available for integers? For floating point?
What are the three constants used in c?
Which is better pointer or array?
When c language was developed?
the portion of a computer program within which the definition of the variable remains unchanged a) mode b) module c) scope d) none
Can a file other than a .h file be included with #include?
What is an auto variable in c?
What happens if you free a pointer twice?
What is the difference between constant pointer and constant variable?
State the difference between realloc and free.
what is the height of tree if leaf node is at level 3. please explain