The number of bytes of storage occupied by short, int and long are
a) 2, 2 and 4
b) 2, 4 and 4
c) 4, 4 and 4
d) none
No Answer is Posted For this Question
Be the First to Post Answer
Explain the term printf() and scanf() used in c language?
How is a null pointer different from a dangling pointer?
What are structures and unions? State differencves between them.
State the difference between realloc and free.
When can you use a pointer with a function?
What are the features of c languages?
What is scope and lifetime of a variable in c?
How can I run c program?
What is the difference between exit() and _exit() function?
The C language terminator is a.semicolon b.colon c.period d.exclamation mark
regarding the scope of the varibles;identify the incorrect statement: a.automatic variables are automatically initialised to 0 b.static variables are are automatically initialised to 0 c.the address of a register variable is not accessiable d.static variables cannot be initialised with any expression
What are the two types of structure?