whitch value return void main?

Answer Posted / viji

It doesn't return any value

Is This Answer Correct ?    6 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the full form of getch?

593


What are header files in c?

629


How can I write a function that takes a format string and a variable number of arguments?

613


which of the following is allowed in a "C" arithematic instruction a) [] b) {} c) () d) none of the above

1145


What are the main characteristics of c language describe the structure of ac program?

625






What is the difference between declaring a variable by constant keyword and #define ing that variable?

2722


write a program in C that prompts the user for today's date,tomorrow's date and display the results.Use structures for today's date,tomorrow's date and an array to hold the days for each month of the year.

4996


What do you mean by Recursion Function?

636


What is cohesion in c?

549


What is void main () in c?

750


How to write a code for reverse of string without using string functions?

1589


What is a static variable in c?

677


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.

1524


Explain which of the following operators is incorrect and why? ( >=, <=, <>, ==)

618


Explain the difference between strcpy() and memcpy() function?

603