nirmala h
Member level 1
- Joined
- Jan 18, 2011
- Messages
- 36
- Helped
- 6
- Reputation
- 12
- Reaction score
- 6
- Trophy points
- 1,288
- Location
- Bangalore, India
- Activity points
- 1,530
Hi All,
Could anyone tell me clearly what are all the steps involved in compling this simple program(each & every steps).
#include<stdio.h>
main()
{
printf("Hello");
}
Could anyone tell me clearly what are all the steps involved in compling this simple program(each & every steps).
#include<stdio.h>
main()
{
printf("Hello");
}