Answer Posted / ishu
jawarhalalnehru
| Is This Answer Correct ? | 9 Yes | 2 No |
Post New Answer View All Answers
What is the use of in c?
how to find binary of number?
What is the use of a conditional inclusion statement in C?
Differentiate call by value and call by reference?
What are the 32 keywords in c?
Is c compiled or interpreted?
Write a program that accept anumber in words
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 structure in c language?
int i=3; this declaration tells the C compiler to a) reserve space in memory to hold the integer value b) associate the name i with this memory location c) store the value 3 at this location d) all the above
What are the different file extensions involved when programming in C?
write a c program to do the following: a) To find the area of a triangle. b) To convert the temperature from Fahrenheit to Celsius. c) To convert the time in hours : minutes : seconds to seconds.
what is the function of pragma directive in c?
Can static variables be declared in a header file?
write a program to print data of 5 five students with structures?