draftsbook logo
  • Home
  • IELTS
    • Listening
    • Reading
    • Speaking
    • Writing (Task 1)
    • Writing (Task 2)
  • Problem Solving
    • URI
    • UVa
    • Timus Problem Solution
  • Courses
    • Computer Programming Techniques
    • C Programming
    • Microprocessor & Microcontroller
    • JAVA (OOP)
    • Assembly Language
    • Android
    • Data Structure
    • Computer Network
    • Data Communications
    • Cloud Computing
    • Computer Graphics
    • Artificial Intelligence
    • Computer Architecture
    • Computer Fundamentals
    • Digital Image Processing
    • Internet of Things (IOT)
    • System Analysis and Design
    • MIS(Management Information System)
  • Contact Us
Write a program using any programming language that reads five numbers from keyboard and display the smaller,larger and average of those numbers.

Write a program using any programming language that reads five numbers from keyboard and display the smaller,larger and average of those numbers.

Bank, Interview Programming, JOB Exam | 0 Comments

Bangladesh Development Bank Senior Officer (IT) Written Test - 2017 #include <iostream> #include<stdio.h> using namespace std; int main() { int i,n,max,min,total,sum; float avg; printf("Enter Total number of elements \n"); cin>>total;...

A program sorts an array of integer. Write down the code that tests the sorting algorithm of written in a program.

A program sorts an array of integer. Write down the code that tests the sorting algorithm of written in a program.

Bank, Interview Programming, JOB Exam | 0 Comments

Combined Bank(HBFC and KB) Assistant Programmer-2018 Description: given array of size number, write a program to check if it is sorted in Ascending order or not. Description: given array of size number, write a program to check if it is sorted in Ascending order or...

C program to print infinte Hello World using for loop.

C program to print infinte Hello World using for loop.

Bank, Interview Programming, JOB Exam | 0 Comments

C program: #include <stdio.h> int main() { for(;;){ printf("Hello World\n"); return 0; }  

Hadoop vs. Spark: Maximizing Big Data ROI in a Hybrid Cloud World

Hadoop vs. Spark: Maximizing Big Data ROI in a Hybrid Cloud World

Cloud Computing | 0 Comments

Choosing between Hadoop and Spark? Discover how hybrid cloud architectures and FinOps practices can maximize your big data ROI and control costs.

Navigating the Clouds: A Guide to 2024’s Top Cloud Storage Providers & Trends

Navigating the Clouds: A Guide to 2024’s Top Cloud Storage Providers & Trends

Cloud Computing | 0 Comments

Discover the leading cloud storage providers of 2024 and the key trends like AI integration, serverless, and multi-cloud strategies shaping the future of data.

AI in Software Development: The C-Suite’s Strategic Guide for 2025

AI in Software Development: The C-Suite’s Strategic Guide for 2025

Artificial Intelligence | 0 Comments

Ready to leverage AI in your development lifecycle? Our 2025 C-level guide covers strategic implementation, process tuning, and managing expectations for real ROI.

Smarter Operations: A Guide to the Top AI Workflow Automation Tools

Smarter Operations: A Guide to the Top AI Workflow Automation Tools

Artificial Intelligence | 0 Comments

Unlock next-level efficiency with AI workflow automation. Discover the best tools to streamline processes, reduce errors, and empower your team to innovate.

Copyright © Draftsbook

Developed by MadLab