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
please send me papers for Dy. manager IT , PNB. it would be a great help for me.
what is bitwise operator?
What are the uses of a pointer?
could u able to tell about suresoft technical session
Explain what is a const pointer?
How do I convert a string to all upper or lower case?
how many argument we can pas in in a function
What is the output of the below program and how it is? void main() { static int var=5; printf("%d",var--); if(var) main(); }
8 Answers MindFire, TCS, Tech Mahindra,
Which is not valid in C? 1) class aClass{public:int x;} 2) /* A comment */ 3) char x=12;
Explain how can you determine the size of an allocated portion of memory?
the constant value in the case label is followed by a a) semicolon b) colon c) braces d) none of the above
What is the process of writing the null pointer?