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.
2747write an algorithm and a program to count the number of elements in a circularly singly linked list
1 14054Hi 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 6599Finding 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 15705though sbi was nationalized why its not comes under nationalized banks and its comes under publicsector banks
3 14557please 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 5269
Is main a keyword in c?
How do you use a pointer to a function?
What is far pointer in c?
Can include files be nested? How many levels deep can include files be nested?
Explain what are reserved words?
How to draw the flowchart for structure programs?
Why is python slower than c?
a direct address that identifies a location by means of its displacement from a base address or segment a) absolute address b) relative address c) relative mode d) absolute mode
How do you initialize pointer variables?
Was 2000 a leap year?
What does the characters “r” and “w” mean when writing programs that will make use of files?
What is function definition in c?
How can I direct output to the printer?
write a program for the normal snake games find in most of the mobiles.
Why enum is used in c?