what is the difference between class and unio?
No Answer is Posted For this Question
Be the First to Post Answer
a memory of 20 bytes is allocated to a string declared as char *s then the following two statements are executed: s="Etrance" l=strlen(s); what is the value of l ? a.20 b.8 c.9 d.21
What is difference between structure and union in c programming?
when will be evaluated as true/ if(x==x==x) a) x=1; b) x=0; c) x=-1; d) none
What is a constant and types of constants in c?
pgm in c to reverse string by word using array(god is love becomes love is god) (no additional array can used,space is only delimiter between words )
Explain how many levels deep can include files be nested?
What is structure packing in c?
Explain about the functions strcat() and strcmp()?
Why does not c have an exponentiation operator?
How can I implement sets or arrays of bits?
I have one doubt. What does below statement mean? #define sizeof(operator) where operator can be int or float etc. Does this statement meaningful and where it can be used?
What is dynamic variable in c?