What is the difference between void main() and void main (void) give example programme?
No Answer is Posted For this Question
Be the First to Post Answer
PROGRAM TO WRITE CONTENTS OF 1 FILE IN REVERSE TO ANOTHER FILE,PROGRAM TO COPY 1 FILE TO ANOTHER BY SPECIFYING FILE NAMES AS COMMAND LINE
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.
Consider the following C program. #include <stdio.h> int main() { int i; for (i=0;i<3;++i) { fork();fork(); } } How many processes are created when running this program (including the initial one)? Explain
What is a memory leak? How to avoid it?
what is the mean of c languages.
how to sort two array of characters and make a new array of characters.
Explain heap and queue.
why do we use # in c-language?
what is c++ programming?
What are the applications of c language?
What is the size of a union variable?
What is array of pointers to string?