How can I sort a linked list?
No Answer is Posted For this Question
Be the First to Post Answer
main() { inta=10,b=20; a>=5?b=100:b=200; printf("%d ",b); }
C language questions for civil engineering
Write a program in C to print the alphabets in order as on a mobile phone.i.e:When 2 is pressed once 'a' prints and if it is pressed two times 'b' prints and so on.we have to print all the alphabets as on mobile phone like this.
Write the program with at least two functions to solve the following problem. The members of the board of a small university are considering voting for a pay increase for their 10 faculty members. They are considering a pay increase of 8%. Write a program that will prompt for and accept the current salary for each of the faculty members, then calculate and display their individual pay increases. At the end of the program, print the total faculty payroll before and after the pay increase, and the total pay increase involved.
who did come first hen or agg
Why c is called a mid level programming language?
Is that possible to store 32768 in an int data type variable?
how to connect oracle in C/C++.
how to swap 4 number without using temporary number?
How can you dynamically allocate memory in C?
Explain #pragma in C.
what is the use of ‘auto’ keyword?