//C first program example #include "stdio.h" void main() { printf("Hello i am kalpesh rakholiya \n"); }
In Above program
- first statement include STanDard Input Output library functions from stdio.h file to your program.
- compilation of C language program start from main function and it will return by default integer value but if you write void keyword then it will not return any value
- void means nothing to return , or having no value.
- printf functions definition is compiled from stdio.h file and it will be print string on the screen of output.
- string is always in double quotation while character is always in single quotation.
2 comments:
Thanks for given the best information..Its useful and helpful article to me and my team..
best mobile application development company bangalore | best mobile application development company in bangalore
Thanks for providing useful information.
web design company in bangalore
web development company in bangalore
digital marketing company in bangalore
Post a Comment