whitch value return void main?

Answer Posted / kalyan

Void Doesn't Return any value instead u using int u need to
written any valu but void does n't return any value

Is This Answer Correct ?    4 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the purpose of sprintf() function?

595


What is the meaning of ?

609


For what purpose null pointer used?

606


What will the code below print when it is executed?   int x = 3, y = 4;         if (x = 4)                 y = 5;         else                 y = 2;         printf ("x=%d, y=%d ",x,y);

1347


Why can't I perform arithmetic on a void* pointer?

635






Why do we use stdio h and conio h?

631


What is the deal on sprintf_s return value?

639


What happens if header file is included twice?

650


What are valid signatures for the Main function?

697


What is the newline escape sequence?

580


write a program to input 10 strings and compare without using strcmp() function. If the character of one string matches with the characters of another string , sort them and make it a single string ??? example:- str1="Aakash" st2="Himanshu" str="Uday" output:- Aakashimanshuday (please post the answer as quickly as possible)

1623


What is an operator?

656


What is meant by preprocessor in c?

526


Can 'this' pointer by used in the constructor?

608


How can I manipulate individual bits?

604