whitch value return void main?

Answers were Sorted based on User's Feedback



whitch value return void main?..

Answer / suresh

void main() returns no value

Is This Answer Correct ?    0 Yes 1 No

Post New Answer

More C Interview Questions

i have to apply for rbi before that i need to know the the syllabus for the entrance questions. whethet it may be aps or techinical

0 Answers  


How can you read a directory in a C program?

0 Answers  


how to do in place reversal of a linked list(singly or doubly)?

3 Answers  


How to throw some light on the b tree?

0 Answers  


write a program of bubble sort using pointer?

3 Answers   TCS,


write a own function to compare two strings with out using stringcomparition function?

6 Answers   LG Soft, Sasken,


#include<stdio.h> int f(int,int); int main() { printf("%d",f(20,1)); return 0; } int f(int n,int k) { if(n==0) return 0; else if(n%2)return f(n/2,2*k)+k; else return f(n/2,2*k)-k; } how this program is working and generating output as 9....?

1 Answers  


What is the scope of global variable in c?

0 Answers  


wat are the two methods for swapping two numbers without using temp variable??

2 Answers  


who is the founder of c

19 Answers   College School Exams Tests, HP,


what is the use of bitfields & where do we use them?

2 Answers  


What is the explanation for modular programming?

0 Answers  


Categories