উদ্দীপকের প্রাবাহচিত্র থেকে সি ভাষায় প্রোগ্রাম লেখ।
উত্তর: উদ্দীপকের প্রাবাহচিত্র থেকে সি ভাষায় প্রোগ্রাম নিচে লিখা হলো- # include int main ( ) int a, b, c, smallest; printf("Enter three numbers: "); scanf("%d %d %d", &a, &b, &c); if (a < b) if (a < c) printf("The smallest number is: %d [গণিত] ", a); else printf("The smallest number is: %d [গণিত] ", c); else if (b < c) printf("The smallest number is: %d [গণিত] ", b); else printf("The smallest number is: %d [গণিত] ", c); return 0;
HSC ICT Chapter 5 : প্রোগ্রামিং ভাষা CQ — Prosthuti প্রশ্নব্যাংক
HSC · ICT · Chapter 5 : প্রোগ্রামিং ভাষা · সৃজনশীল
উদ্দীপকের প্রাবাহচিত্র থেকে সি ভাষায় প্রোগ্রাম লেখ।
উদ্দীপক

সিলেট এমসি কলেজ · 2025
উত্তর
উত্তর
উত্তর
উত্তর