hello print program in c language 03:04 information tech c language No comments //Hello World Program #include<stdio.h> #include<conio.h> void main() { printf("Hello!"); getch(); } Share This: Facebook Twitter Google+ Stumble Digg Email ThisBlogThis!Share to XShare to Facebook Related Posts:Loop in simple way: easy to learn (Information tech) Sometimes we want some part of our code to be executed more than once. We can either repeat the code in our program or use loops instead. It is obv… Read MoreO level Answer key 2018 NIELIT Answer Key 2017- NIELIT Answer Key PDF set-wise ,NIELIT Question Paper Solution with answers for all sets Set A, Set B. Se… Read Morehello print program in c language //Hello World Program #include<stdio.h> #include<conio.h> void main() { printf("Hello!"); getch(); } … Read Morec language for IA (Important Questions part 1) Syllabus of Information Assistant(IA) Problem Solving, Data Interpretation, Data Sufficiency, Logical Reasoning, Mental Ability and … Read More
0 comments:
Post a Comment