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
2874List 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 14122Hi 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 7373what 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 6771Finding first/last occurrence of a character in a string without using strchr( ) /strrchr( ) function.
2 12187/*program to calculate hra,da in salary if salary less than 10000 then hra15%,da13% otherwise hra20%,da18%/*
6 15908though 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 basic data types associated with c?
Difference between exit() and _exit() function?
Explain what is the difference between the expression '++a' and 'a++'?
What is a const pointer?
Write a program to show the change in position of a cursor using c
What is ctrl c called?
Difference between macros and inline functions? Can a function be forced as inline?
How can variables be characterized?
What is file in c language?
How many levels of indirection in pointers can you have in a single declaration?
What are pointers? Why are they used?
A character flag or control mechanism that delineates one data item from another a) variable b) constant c) delimiter d) call by reference
Differentiate abs() function from fabs() function.
Explain threaded binary trees?
How will you print TATA alone from TATA POWER using string copy and concate commands in C?