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
List the difference between a "copy constructor" and a "assignment operator"?
What is logical error?
Print all the palindrome numbers.If a number is not palindrome make it one by attaching the reverse to it. eg:123 output:123321 (or) 12321
1 1 12 21 123 321 12344231 how i creat it with for loop??
Is flag a keyword in c?
is assignment operator is arithmatic or not
10. Study the code: void show() main() { show(); } void show (char *s) { printf("%sn",s); } What will happen if it is compiled & run on an ANSI C Compiler? A)It will compile & nothing will be printed when it is executed B)it will compile but not link C)the compiler will generate an error D)the compiler will generate a warning
write a c program to convert fahrenheit to celsius?
write a programming in c language, 1 3 5 7 9 11
What character terminates all strings composed of character arrays? 1) 0 2) . 3) END
Write a C function to search a number in the given list of numbers. donot use printf and scanf
What is an arrays?