Discuss Forum

1.

নিচের প্রোগ্রামটির আউটপুট কী হবে? (What is the output of the following program?)

int main(){

int i;

for(i=0; i<5; i++)

printf("%d",i+2);

return 0; }

  • A. 0 2 4 6 8
  • B. 0 2 4 6 8
  • C. 0 2 4 6 8
  • D. 0 2 4 6 8

Answer: Option C

Explanation:


Post your comments here:

Name:
Mobile:
Email:(Optional)

» Your comments will be displayed only after manual approval.