retagged by
2,475 views

7 Answers

0 votes
0 votes

sizeof(“5.8”)  // Will give the sizeof(double_variable)     which may differ from platform to platform. On my system it is “8”.

I guess, in such type of question, data about the size of relevant data type is_often/should_be given.

0 votes
0 votes
answer is 8 bytes….run krke dekh lo...ya phir compiler dependent hoga…..
Answer:

Related questions

5 votes
5 votes
1 answer
1
admin asked Mar 31, 2020
1,213 views
What will be output if you will compile and execute the following C code?void main(){ char c=125; c=c+10; printf("%d",c); }$135$$115$$-121$$-8$
1 votes
1 votes
2 answers
3
admin asked Mar 31, 2020
3,859 views
Process of analyzing relation schemas to achieve minimal redundancy and insertion or update anomalies is classified as:normalization of data.denomination of data.isolatio...
2 votes
2 votes
3 answers
4
admin asked Mar 31, 2020
745 views
If $L1$ is CFL and $L2$ is regular language which of the following is false?$L1-L2$ is not Context free$L1$ intersection $L2$ is Context free$\sim L1$ is Context freeBoth...