Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


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

Answers were Sorted based on User's Feedback



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

Answer / kiruthika

viod is a return type which does not return any value after
execution.

Is This Answer Correct ?    1 Yes 2 No

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

Answer / pravin kumar

void main is main functio in c language where :-
= void means no return of any value.
= main is the function from which a program starts its
execution.whithout main(),program can compile but not run.

both the function are used to execute the program.

Is This Answer Correct ?    0 Yes 1 No

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

Answer / ashturkar sameer

void main means does not return valu at exicution time
mens return (0)

Is This Answer Correct ?    27 Yes 31 No

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

Answer / sameer ashturkar

void means simply it's return zero(0)

Is This Answer Correct ?    23 Yes 30 No

Post New Answer

More C Interview Questions

Write an interactive c program that will encode or decode a line of text. To encode a line of text, proceed as follows: Convert each character, including blank spaces, to its ASCII equivalent. Generate a positive random integer. Add this integer to the ASCII equivalent of each character. The same random integer will be used for the entire line of text. Suppose that N1 represents the lowest permissible value in the ASCII code, and N2 represents the highest permissible value. If the number obtained in step 2 above exceeds N2, then subtract the largest possible multiple of N2 from this number, and add the remainder to N1. Hence the encoded number will always fall between N1 and N2, and will therefore always represent some ASCII character. Display the characters that correspond to the encoded ASCII values. The procedure is reversed when decoding a line of text. Be certain, however, that the same random number is used in decoding as was used in encoding.

1 Answers   Amazon, CSJM, HCL, Microsoft, TCS, Wipro,


Consider a language that does not have arrays but does have stacks as a data type.and PUSH POP..are all defined .Show how a one dimensional array can be implemented by using two stacks.

3 Answers   Google,


write a programming in c to find the sum of all elements in an array through function.

0 Answers  


What are global variables?

0 Answers  


Explain zero based addressing.

0 Answers  


what will be the output of this program main() { int i=1; while (i<=10); { i++; } }

11 Answers  


Write a program that will read the input of any number of digits n in a row of shafh showing the breakdown of the printing and printing figures by the recursive function.

0 Answers  


Can a pointer be null?

0 Answers  


can a union be self-referenced?

1 Answers  


how can i get output like this? 1 2 3 4 5 6

6 Answers   Excel,


what is the defrenece between structure and union

5 Answers   Aloha Technology,


What are the different types of control structures in programming?

0 Answers  


Categories