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.
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: #include <stdio.h> int main() { for(;;){ printf("Hello World\n"); return 0; }
The Enduring Power of PHP: Why It’s Still Thriving in 2025 and Beyond
Despite frequent predictions of its demise, PHP remains a cornerstone of web development. Discover why this ‘immortal’ language continues to evolve and power millions of websites.
Mastering IELTS Speaking: Strategies & Band 9 Tips for November 2025 (Germany Focus)
Prepare for your IELTS Speaking test with expert strategies, potential November 2025 question insights, and essential tips to achieve a Band 9 score, especially for test-takers in Germany.
Laravel’s Power: Unlocking Large-Scale Projects with DDD & The New Cloud API
Explore how Laravel excels in large-scale applications, integrates with Domain-Driven Design, and the exciting potential of the new Laravel Cloud API.
Python’s Dominance: Powering the Future of Data Science and AI
Discover why Python is the undisputed leader in data science, exploring its key advantages, essential libraries, and profound impact on AI, machine learning, and data-driven innovations.




