Answer Posted / mahendra giri
We can compile program after writing code by pressing short
key Alt+F9 or by going on the menu compile->compile
| Is This Answer Correct ? | 1 Yes | 3 No |
Post New Answer View All Answers
What is the difference between the expression “++a” and “a++”?
What is c variable?
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 are the application of c?
What is a dynamic array in c?
There is a practice in coding to keep some code blocks in comment symbols than delete it when debugging. How this affect when debugging?
Why double pointer is used in c?
Difference between constant pointer and pointer to a constant.
C program execution always begins with a) #include b) comment (/*-------*/) c) main() d) declaration instructions
What is wrong with this statement? Myname = 'robin';
What is a const pointer?
Is javascript based on c?
Is c language still used?
Can we declare a function inside a function in c?
What is p in text message?