পোস্টগুলি

জুলাই, ২০১৯ থেকে পোস্টগুলি দেখানো হচ্ছে

How to print using C programming By Kanai

ছবি
Have you any problem? Contact with me (Link has been given bellow). //please don't copy this, this is only for learn #include<stdio.h> #include<conio.h> main() { //    clrscr();     int num1,num2,i;     printf("Enter your first number,from where it will be start");     scanf("%d",&num1);     printf("Enter last number , where it will be stopped");     scanf("%d",&num2);     for(i=num1;i<=num2;i++)     {         printf("%d\n",i);     } getch(); }

How to make calculator using C Programming by Kanai

ছবি
Result of cal calculator If you have any problem you can contact on my facebook page or whatsaap group (Link has been given bellow). //please do not copy this, this is only for learn. #include<stdio.h> #include<conio.h> main() { //    clrscr();     float num1,num2,result;     char op;     printf("Enter your first number");     scanf("%f",&num1);     printf("Enter your operator as + - * / \n");     scanf(" %c",&op);     printf("Enter your second number");     scanf("%f",&num2);     switch (op)     {     case '-':         result=num1-num2;         printf("Your result is %f",result);         break;     case '+':         result=num1+num2;         printf("Your result is %f",result);         break;     case '*':         result=num1*num2;         printf("Your result is %f",result);         bre

Write a program enter any two numbers and find out the highest by Kanai

ছবি
I hope it will help you to learn about c programming.

Write a program for add 2 numbers(programmers depend & user depends)kanai

ছবি
Welcome friends to my youtube channel Ks Editing and Printing . Here I am trying to discus about any help about computer . If you have any confusion about any types of computer , you can comment bellow or you can ask me on whatsapp group or facebook page. My facebook page is : https://facebook.com/ksandroid/ /*this program is for programmer basis */ #include<stdio.h> #include<conio.h> void main() { clrscr();//for clear the screen int first,second,third; first=10; second=20; third=(first+second); printf("Your addition result is %d",third); getch(); } /*this program is for User basis */ #include<stdio.h> #include<conio.h> void main() { clrscr();//for clear the screen int first,second,third; scanf("%d %d",&first,&second); third=(first+second); printf("Your addition result is %d",third); getch(); }

Raiganj University BCA Syllabus 2019-21

Semester 1 Courses ·         Introduction to Computers and IT ·         Introduction to Programming Language using C ·         Fundamentals of Mathematics or Digital Electronics ·         Environmental Studies Semester 2 Courses ·         Data Structure Using C ·         Database Management System ·         Advanced Mathematics or Principles of Management ·         English Semester 3 Courses ·         Computer Architecture ·         Front End Design Tool VB.Net ·         Object Oriented Programming using C++ ·         Optimization Technique or E- Commerce ·         Artificial Intelligence or Personality Development and Motivation Semester 4 Courses ·         Web Technologies ·         Java Programming ·         Software Engineering ·         Data Ware Housing and Data Mining or Mobile Computing ·         Cyber Security and Laws or SEO Semester 5 Courses ·         Computer Networks ·         Operating System ·         Information Syst

Raiganj University Verification কীভাবে হবে ?

ছবি
কী কী লাগবে দেখে নেওয়া যাক- Copy of Admission Form Copy of Payment confirmation receipt Original and self-attested Caste Certificate in case of any reservation Original copy of the Anti-Ragging affidavit by the student and guardian Migration Certificate Progress card of the previously qualified exam দেখাতে হবে কোথায় ? Register এর কাছে উপরোক্ত ডকুমেন্টস্ দেখাতে হবে । সময়- Raiganj University কোনো সময় নির্ধারিত করে বলেনি । তবে সাধারণ সময়ে যাওয়াই ভালো । To view direct notice click here

how to insert image as background of html page by Kanai

ছবি
Welcome friends to my you tube channel Ks Editing and Printing .  Here I am trying to discus about any help about computer . If you have any confusion about any types of computer , you can comment bellow or you can ask me on whats app group or facebook page. My facebook page is  : https://facebook.com/ksandroid/ Thanks....

xampp server setup and web designing by Kanai

ছবি

How to re install or uninstall word press

ছবি