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
2808List at least 10 sorting methods indicating their average case complexity, worst case complexity and best case complexity.
2745write an algorithm and a program to count the number of elements in a circularly singly linked list
1 14052Hi 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 7206what 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 6590Finding first/last occurrence of a character in a string without using strchr( ) /strrchr( ) function.
2 12071/*program to calculate hra,da in salary if salary less than 10000 then hra15%,da13% otherwise hra20%,da18%/*
6 15697though sbi was nationalized why its not comes under nationalized banks and its comes under publicsector banks
3 14555please 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 5268
why programs in c are running with out #include
Is c++ based on c?
Write a program to check prime number in c programming?
write a program to reverse a every alternetive words in a string in a place. EX: Input is "this is the line of text" Output should be "shit is eht line fo text" Please any one tell me code for that.
Explain how can I manipulate strings of multibyte characters?
What is an auto variable in c?
Function which gives a pointer to a binary trees const an integer value at each code, return function of all the nodes in binary tree.?
How can you pass an array to a function by value?
What is the c language function prototype?
What is the purpose of void in c?
State two uses of pointers in C?
What is const and volatile in c?
What is a char in c?
What is the difference between exit() and _exit() function?
FORMATTED INPUT/OUTPUT functions are a) scanf() and printf() b) gets() and puts() c) getchar() and putchar() d) all the above