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
2813List at least 10 sorting methods indicating their average case complexity, worst case complexity and best case complexity.
2753write an algorithm and a program to count the number of elements in a circularly singly linked list
1 14062Hi 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 7217what 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 6618Finding first/last occurrence of a character in a string without using strchr( ) /strrchr( ) function.
2 12086/*program to calculate hra,da in salary if salary less than 10000 then hra15%,da13% otherwise hra20%,da18%/*
6 15723though sbi was nationalized why its not comes under nationalized banks and its comes under publicsector banks
3 14570please 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 5282
What are the types of type qualifiers in c?
What is the size of enum in bytes?
What is %d used for?
How do shell structures work?
Explain the binary height balanced tree?
What is string in c language?
Why does everyone say not to use scanf? What should I use instead?
Write a program to swap two numbers without using third variable?
What are the application of void data type in c?
What are disadvantages of C language.
What is sizeof int?
What are the different data types in C?
Explain what does a function declared as pascal do differently?
What is the use of define in c?
GIven a sequence of characters. How will you convert the lower case characters to upper case characters. ( Try using bit vector - sol given in the C lib -> typec.h)