how to execute with out main in cprogram

Answer Posted / sathish

Well done Ravinder. I appreciate your answer.

Is This Answer Correct ?    2 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Is there any algorithm to search a string in link list in the minimum time?(please do not suggest the usual method of traversing the link list)

1854


Explain how do you list files in a directory?

606


What is d'n in c?

620


What is the difference between #include and #include 'file' ?

596


the portion of a computer program within which the definition of the variable remains unchanged a) mode b) module c) scope d) none

636






What is main () in c language?

582


Tell me what is null pointer in c?

599


Is c dynamically typed?

659


What is file in c preprocessor?

639


Why is not a pointer null after calling free? How unsafe is it to use (assign, compare) a pointer value after it is been freed?

593


What is structure and union in c?

584


How can you read a directory in a C program?

639


#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); }

759


write a program to create a sparse matrix using dynamic memory allocation.

4361


What would happen to X in this expression: X += 15; (assuming the value of X is 5)

1284