মেনু
QB Archive Quiz Creator Graph Poll Mode View Ques Quiz Leaderboard About
থিম নির্বাচন

আপনার পছন্দের থিম বেছে নিন।

Download Address Academy - Best Offline Education App

#includc <studio.h>

#include <conio.h>

int main( )

{ int I,k;

i = 8;

k = i ++;

printf"i and k : %d%d" , i, k);

getch ( ) ;

}

উদ্দীপকের প্রোগ্রামটির আউটপুট কোনটি?

A.

10  9

B.

9  10

C.

9  8

D.

8  9

Poster Download
তথ্য ও যোগাযোগ প্রযুক্তি(ICT)প্রোগ্রামিং ভাষা
Join Telegram
সঠিক উত্তরঃ C.

9  8

Explanation: