What is meaning of "Void main" in C Language.

Answer Posted / bala

does not return the value..

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Where are some collections of useful code fragments and examples?

720


Tell me when would you use a pointer to a function?

612


what is the basis for selection of arrays or pointers as data structure in a program

3790


How main function is called in c?

633


What is bss in c?

608






Is null always defined as 0(zero)?

617


Explain what does the format %10.2 mean when included in a printf statement?

784


how do you programme Carrier Sense Multiple Access

1521


What would the following code segment printint k = 8;docout << "k = " << k << " ";while k++ < 5; a) 13 b) 5 c) 8 d) pointers

683


a value that does not change during program execution a) variabe b) argument c) parameter d) none

699


Can we access the array using a pointer in c language?

565


What is ponter?

777


What is quick sort in c?

588


How was c created?

591


Can we assign integer value to char in c?

619