What is void main () in c?
No Answer is Posted For this Question
Be the First to Post Answer
Write a C Program to display the following menu: Menu 1. Display 2. Copy 3. Append 4. Exit Accept the choice (1-4) from the user, and perform the following tasks: Choice 1: Accept a file name from the user and display the file on screen Choice 2: Accept two file names, and copy first file to the second Choice 3: Accept two file names, and append second file to the first file Choice 4: Terminate the program
1 Answers Accenture, Concor, DMU, Satyam, Syntel, Tora,
Can a file other than a .h file be included with #include?
In a switch statement, explain what will happen if a break statement is omitted?
Write a program that accepts a string where multiple spaces are given in between the words. Print the string ignoring the multiple spaces. Example: Input: “ We Are Student “ Output: "We Are Student"
What does void main return?
program to print upper & lower triangle of a matrix
Explain what are reserved words?
Average of a couple 10 years ago was 25. The average remains same after having a child and twins after 3 years. What is the present age of the first child
how write a addtion of two single dimensional array using of pointer in c language?
What is the difference between procedural and declarative language?
What does & mean in scanf?
what is a NULL Pointer? Whether it is same as an uninitialized pointer?