Posts

Simple printf example in c

 // simple printf example #include<stdio.h> #include<conio.h> void main() {    clrscr(); printf("\tMy Introduction\n"); printf("Hey Friends I m Ram\n"); printf("I m student of BeTheDeveloper.com"); printf("\nC programming is best for me."); printf("\t");    getch(); } Output:           My Introduction         Hey Friends I m Ram         I m student of BeTheDeveloper.com         C programming is best for me.

Write a program in c to print Hello world

 // Hello world example #include<stdio.h> #include<conio.h> void main() {  clrscr();  printf("Hello World");   getch(); } Output:  Hello World

write a program to addition of two numbers

#include<stdio.h> #include<conio.h> void main() { int a,b,c; clrscr(); printf("enter the value of a and b"); scanf("%d%d",&a,&b); c=a+b; printf("c=%d",c); getch(); }

BCA course complete information

  Hello guys welcome in Education information center today we are providing you great information about BCA course so let's start What is BCA?  Bachelor in computer application (BCA) is a three years undergraduate degree course for students who wish to delve into the world of computer languages.  The BCA course is one of the most popular option to get started with a career in information technology.  A degree in BCA is at part with b tech/bE  degree in computer science or information technology. For a BCA aspirants ,  this degree would help in setting up a sound academic base for an advanced career in computer applications.  BCA course highlight 1.Course level - undergraduate  2.Duration - 3 years 3.Examination type - semester system 4.Eligibility - 10+2 from a recognized board  5.Admission process - counselling after qualification of entrance test  6.Top recruiting organizations - IT & software companies  7.Average fee - 50000 to 100000 8. Starting salary - 15000 to 25000 BCA

What is b tech computer science complete information

Hello guys welcome in education information center  today we are provide you great information about b tech computer science course  ok let's start  What is computer science?  B tech in computer science engineering which is commonly known as computer science engineering (CSE)  is undoubtedly one of the most sought specialisation of engineering. B tech in cse is among the top choices of courses for all engineering aspirant.  B tech in cse is an academic programme of the duration four years which integrates the field of computer science. In this student taught the implement as well as management of computer  software and hardware. Once the course is completed computer science engineer are engaged in many aspects of computing ,  ranging from the design individual microprocessor , supercomputer and personal computer to designing  the circuit and creating software that powers them. Due to increasing the demand for the course and it's importance in the industry sector, a career in co