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
How to print %d in output
How can you tell whether a program was compiled using c versus c++?
what will be the out put. #include<stdio.h> void main() { printf("Output:"); printf(1+"vikashpatel"); }//output: ikashpatel
what does ‘segmentation violation’ mean?
Determine if a number is a power of 2 at O(1).
What is the heap?
How to avoid structure padding in C?
write the program for prime numbers?
73 Answers Accenture, Aptech, Infosys, TCS,
how many keywords are available in 'c' language a) 32 b) 34 c) 45 d) 48
Why is c still so popular?
what is the purpose of the code, and is there any problem with it. bool f( uint n ) { return (n & (n-1)) == 0; }
Write a program to swap two numbers without using the third variable?