Explain what are bus errors, memory faults, and core dumps?
No Answer is Posted For this Question
Be the First to Post Answer
Can you please explain the difference between exit() and _exit() function?
Find the largest number from the given 2 numbers without using any loops and the conditional operator.
write a progam to compare the string using switch case?
Write a c pgm for leap year
11 Answers College School Exams Tests, IBM, TCS,
Write a code to remove duplicates in a string.
to get a line of text and count the number of vowels in it
program to find the second largest word in a paragraph amongst all words that repeat more thn twice
what is the use of fflush() function?
Is r written in c?
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 5 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.
what are the advanced features of functions a) function declaration and prototypes b) calling functions by value or by reference c) recursion d) all the above
What is diffrance between declaration and defination of a variable or function