What will be output of the following code?
#include int main(){ printf(“%d\t”,sizeof(6.5)); printf(“%d\t”,sizeof(90000)); printf(“%d”,sizeof(‘A’)); return 0; }
(c).8 4 4
total answers (1)
start bookmarking useful questions and collections and save it into your own study-lists, login now to start creating your own collections.
(c).8 4 4
need an explanation for this answer? contact us directly to get an explanation for this answer