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 can I write functions that take a variable number of arguments?
How to find the given no is odd or even without checking of any condition and loops. (Hint: Using array)
write a program for 7*8 = 56 ? without using * multiply operator ? output = 56
What does %f mean c?
what is the advantage of using SEMAPHORES to ORDINARY VARIABLES???
Main must be written as a.the first function in the program b.Second function in the program c.Last function in the program d.any where in the program
19 Answers CTS, HCL, TCS,
Input is "rama loves rajesh and rajesh Loves rama also and rajesh wear gloves and bloves" To print output is count the numbers of times repeted the word love without case sensitive.
Why calloc is better than malloc?
What is New modifiers?
write a c program that if the given number is prime, and their rearrangement(permute) of that number is also prime. Ex: Input is "197" is prime Output: 791,917,179 is also prime. Please any one tell me tha code for that
what is difference between ++(*p) and (*p)++
17 Answers Accenture, HCL, IBM,
What is static memory allocation?