WHAT IS HEADER?

Answer Posted / guest

top of the page

Is This Answer Correct ?    1 Yes 6 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain what are run-time errors?

603


Can you subtract pointers from each other? Why would you?

556


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.

2644


write a c program to find the sum of five entered numbers using an array named number

1617


What is abstract data structure in c?

521






How to implement a packet in C

2389


Under what circumstances does a name clash occur?

684


Are pointers integers in c?

604


Write a program to swap two numbers without using third variable?

812


Whats s or c mean?

591


Who invented bcpl language?

698


Differentiate between null and void pointers.

627


Explain setjmp()?

651


What is the sizeof () operator?

616


Using functions, write a program that multiplies two arrays. Use the following functions: - Function ReadArray - Function MultiplyArrays - Function DisplayArrays

1886