how to execute with out main in cprogram

Answer Posted / arpit gupta

in this code getch() need prototype

Is This Answer Correct ?    1 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is "Duff's Device"?

697


What are the types of pointers?

596


What is a pointer variable in c language?

641


What is the difference between procedural and functional programming?

515


C program to find all possible outcomes of a dice?

1851






What are two dimensional arrays alternatively called as?

653


What are the restrictions of a modulus operator?

628


What is table lookup in c?

624


#include show(int t,va_list ptr1) { int a,x,i; a=va_arg(ptr1,int) printf(" %d",a) } display(char) { int x; listptr; va_star(otr,s); n=va_arg(ptr,int); show(x,ptr); } main() { display("hello",4,12,13,14,44); }

764


What is bubble sort in c?

631


What is scope of variable in c?

555


How a string is stored in c?

583


Is c high or low level?

577


Write a program to identify if a given binary tree is balanced or not.

680


What is a null pointer assignment error? What are bus errors, memory faults, and core dumps?

899