whitch value return void main?

Answer Posted / prabu

yes there is no return a value for void main function

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are the header files used in c language?

775


Explain what is the benefit of using const for declaring constants?

788


Create a simple code fragment that will swap the values of two variables num1 and num2.

1028


What is wrong with this program statement? void = 10;

1016


What do you mean by dynamic memory allocation in c?

834


What are identifiers c?

827


struct screen_pos{ int row, col } ;move_right(cursor)struct screen_pos *cursor;{ cursor.col++; } /* This statementhas a syntax error */What is the correct statement a) cursor.col = cursor.col + 1; b) col.cursor++; c) *cursor.col++; d) pointer

988


Explain how can you determine the size of an allocated portion of memory?

815


What are compound statements?

828


How many bytes is a struct in c?

896


What is a static variable in c?

859


Explain how are 16- and 32-bit numbers stored?

1009


How can a string be converted to a number?

735


regarding pointers concept

1798


Explain about block scope in c?

850