Well I need to know how can I change the default execution of C program thats first the main() is called but i want to call my function b4 main how can I . I tried #pragma
directive but not get succeded is there any routine for this to change theis sequence.