Program:
#include <stdio.h>
int main()
{
printf("Hello World");
return 0;
}
Output:
Hello World
#include <stdio.h>
int main()
{
printf("Hello World");
return 0;
}
Output:
Hello World
Let us (Turbo) C will help you to learn C Programs in different flavors. Conditions, Loops, functions, arrays, constants, header files, file handlings etc. All the program samples/example are executed/tested in Turbo C only.
No comments:
Post a Comment