Explain what are run-time errors?
No Answer is Posted For this Question
Be the First to Post Answer
What is time complexity c?
main() {char a[10]={1,2,3,4,5,6};int x; for(x=0;x<4;x++){ b[x]=x+'a';} printf("%s",b);}
How can I generate floating-point random numbers?
How will you allocate memory to double a pointer?
In a switch statement, explain what will happen if a break statement is omitted?
plz answer.... write a program that reads line (using getline) e.g."345", converts each line to an integer using "atoi" and computes the average of all the numbers read. also compute the standard deviation.
Differentiate between full, complete & perfect binary trees.
Write a program which calculate sum of several number and input it into an array. Then, the sum of all the number in the array is calculated.
Explain what is the best way to comment out a section of code that contains comments?
A collection of functions,calls,subroutines or other data a) library b) header files c) set of files d) textfiles
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.
What is the difference between GETS();AND SCANF();