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
What does %f mean c?
What is the difference between big endian form and little endian form? write a code to convert big endian form to little endian and vice versa..
There are 3 baskets of fruits with worng lables,one basket has apple,another basket has orange,another has combination of apple and orange,what is the least way of interchange the lables.
15 Answers Cisco, Google, MBT,
what is the definition of storage classes?
What is difference between arrays and pointers?
what is the flow of execution in cprogram? ex:printf();,scanf();
What extern c means?
ABCDCBA ABC CBA AB BA A A
what is the difference between NULL('\0') and 0?
What is a pointer on a pointer in c programming language?
how to add two numbers without using arithmetic operators?
the process of defining something in terms of itself is called (or) in C it is possible for the functions to call themselves. A function called a) nested function b) void function c) recursive function d) indifinite function