Hii friends,Now i am telling you about how windows phone use as laptop to run C programs.
As we know that C program is very powerful language to communicate with computer.My this post generally used for those student who have no computer to run C programs.Nows a days microsoft provide many application for windows phone to execute some programs in C.
steps for run C programs in Windows phone.
step 1:-open the window phone store
step 2:-search the "programs in c"
step 3:-download and install this application
step 4:-open this application
By default #include<stdio.h> preproccessor and the place of void main use "int main()" don't use void main() and last return 0 is necessary to run basic program;
As we know that when we use void main() then operating sytem no need any input but when we used int main() operating need some data for this purpose we used to return 0. its means we give 0 to the operating system.
Now press execute button to run c programs.
Here this is output to particular program.
As we know that C program is very powerful language to communicate with computer.My this post generally used for those student who have no computer to run C programs.Nows a days microsoft provide many application for windows phone to execute some programs in C.
steps for run C programs in Windows phone.
step 1:-open the window phone store
step 2:-search the "programs in c"
step 3:-download and install this application
step 4:-open this application
By default #include<stdio.h> preproccessor and the place of void main use "int main()" don't use void main() and last return 0 is necessary to run basic program;
As we know that when we use void main() then operating sytem no need any input but when we used int main() operating need some data for this purpose we used to return 0. its means we give 0 to the operating system.
Now press execute button to run c programs.
Here this is output to particular program.
No comments:
Post a Comment