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 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 6593Finding 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 15700though sbi was nationalized why its not comes under nationalized banks and its comes under publicsector banks
3 14556please 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
Explain how do you generate random numbers in c?
Is c procedural or functional?
Suppose we have a table name EMP as below. We want to perform a operation in which, I want to change name ‘SMITH’ from as ‘SMITH JAIN’. Also I want to change the name of the column from ENAME to E_NAME. EMPNO ENAME JOB MGR HIREDATE SAL 7369 SMITH Coder 7902 17-DEC-80 800 7499 ALLEN SALESMAN 7698 20-FEB-81 1600 7521 WARD SALESMAN 7698 22-FEB-81 1250
What is the function of this pointer?
What is a void * in c?
Why should I use standard library functions instead of writing my own?
The % symbol has a special use in a printf statement. Explain how would you place this character as part of the output on the screen?
What are the different types of control structures?
What is volatile c?
Why main function is special give two reasons?
What is openmp in c?
Write a program that accept anumber in words
How can I convert a number to a string?
Where are the auto variables stored?
What is c method?