how to execute with out main in cprogram

Answers were Sorted based on User's Feedback



how to execute with out main in cprogram..

Answer / rina

any c program is not run without main function
main function is compalsary in c program

Is This Answer Correct ?    6 Yes 8 No

how to execute with out main in cprogram..

Answer / arpit gupta

in this code getch() need prototype

Is This Answer Correct ?    1 Yes 3 No

how to execute with out main in cprogram..

Answer / rakesh

nice 1 ravinder..!!!
great work..!!
m also having same ans.!!

Is This Answer Correct ?    0 Yes 3 No

how to execute with out main in cprogram..

Answer / shashank

isme bhi yahi ho raha hai
but with a trick

pls anyone can give me good links(url) to master c

Is This Answer Correct ?    0 Yes 5 No

how to execute with out main in cprogram..

Answer / developer

Coding seekh le Ravinder.

Is This Answer Correct ?    3 Yes 11 No

Post New Answer

More C Interview Questions

What is the difference between printf and scanf in c?

0 Answers  


What is the use of sizeof?

0 Answers  


How pointer is different from array?

0 Answers  


How can I find out how much free space is available on disk?

0 Answers  


how many header file is in C language ?

44 Answers   College School Exams Tests, CTS, IBM, IMS, Infosys, ME, Sign Solutions, Wipro, XVT,






write a program to convert a expression in polish notation (postfix) to inline (normal)

0 Answers   Siemens,


write aprogram for There is a mobile keypad with numbers 0-9 and alphabets on it. take input of 7 keys and then form a word from the alphabets present on those keys.

1 Answers   iGate, Shashi, Source Bits, Subex,


When should structures be passed by values or by references?

0 Answers   Adobe,


What are the 5 types of organizational structures?

0 Answers  


main() { int a=5; printf(?%d,%d,%d\n?,a,a< <2,a>>2); } Answer: 5,20,1 please explain this code in detail

6 Answers   TCS,


which one is highest Priority in c? a)=,b)+,c)++,d)==

4 Answers  


1. Write a C program to count the number of occurrence of a specific word in the given strings. (for e.g. Find how many times the word “live” comes in the sentence “Dream as if you’ll live forever, live as if you’ll die today ”)

12 Answers   Eskom, TCS,


Categories