If aanyone can help me for this?
I started learning C programming nd bought a book of balaguruswamy. but i am nt able to understand it & theres no1 who is there to expalin me..plz tell me tha easiet reference book for C on internet.
Code: CPP
main()
{
printf("i see, i remember")
}
when i run this simple progrmme it gave me error of protoype function after main. plz tell me wht is PROTTYPE function & wht sould be the correct statement
Thanking you.
Neil


after printf , the compiler had taken it as function Definition....... run the above code and see , it will work properly......