What is void main () in c?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C Interview Questions

why programs in c are running with out #include<stdio.h>? some warnings are display in terminal but we execute the program we get answer why? eg: main() { printf("hello world "); }

0 Answers  


Is fortran faster than c?

0 Answers  


What are the benefits of organizational structure?

0 Answers  


please tell me the logic for this C program : INPUT (string):ABCD OUTPUT :BCDA CDAB DABC

2 Answers   Mphasis,


Write a c program for sum of first n terms of the series S = 1 - (1/3) + (1/5) -(1/7) + (1/9) ......

2 Answers  






Can a function argument have default value?

0 Answers   Genpact,


c program to add and delete an element from circular queue using array

3 Answers  


count the numbers between 100 and 300, that star with 2 and ends with 2

5 Answers   Mind Tree,


Tell me about low level programming languages.

0 Answers   Amdocs,


How would you rename a function in C?

0 Answers   Tech Mahindra,


#define f(g,h) g##h main O int i=0 int var=100 ; print f ("%d"f(var,10));} wat would be the output??

0 Answers  


What is difference between main and void main?

0 Answers  


Categories