What is main void in c?



What is main void in c?..

Answer / akila

Main function

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More C Interview Questions

what is the code to display color fonts in the output?

1 Answers  


How can I change the size of the dynamically allocated array?

0 Answers  


What is the scope of static variables?

1 Answers  


write a programming in c language, 1 3 5 7 9 11

2 Answers   NIIT,


I have an array of 100 elements. Each element contains some text. i want to: append a star character to the end of every fifth element remove every second character from every tenth element, and… add a line feed (ascii 10) after the 30th character of every array element whose length is greater than 30 characters.

1 Answers  






atoi, which takes a string and converts it to an integer. write a program that reads lines(using getline), converts each line to an integer using atoi and computes the average of all the numbers read. also compute the standard deviation

0 Answers  


How will you delete a node in DLL?

0 Answers   GrapeCity,


What is const keyword in c?

0 Answers  


how can i calculate mean,median,mode by using c program

1 Answers   HCL,


Can two or more operators such as and be combined in a single line of program code?

0 Answers  


what is the difference between const char *p, char const *p, const char* const p

5 Answers   Accenture, Aricent, CTS, Geometric Software, Point Cross, Verizon,


Is fortran faster than c?

0 Answers  


Categories