turni boshqa turga keltirish
Page preview (5 pages)
Scroll down 👇
About "turni boshqa turga keltirish"
mavzu: ms access ilovasi. ilovaning umumiy tavsifi. mavzu: turni boshqa turga keltirish. reja: oshkor va oshkormas tipga keltirish. turlarni boshqa turga keltirishda xotira bilan ishlash. convert strukturasi. int a; //4 bayt float b; //8 bayt double c; //16 bayt c = a + b; oshkormas tipga keltirish double a=30; //16 bayt float b=25; //8 bayt int c; //4 bayt c = a + b; xato int a = 54; int b; float c; c = (float)a; b = (int)c; console.writeline(“c=“+c+”, b=“+b) natija: c=54, b=54 oshkor tarzda tipga keltirish long a; double b = 1.2; a = b; console.writeline(“a=“+a) natija: xatolik haqida habar oshkormas tarzda tipga keltirish kamchiligi long a; double b = 1.2; a = (long)b; console.writeline(“a=“+a) natija: a=1 oshkor …
This file contains 23 pages in PPTX format (506.0 KB). To download "turni boshqa turga keltirish", click the Telegram button on the left.