long int size
a) 4 bytes b) 2 bytes c) compiler dependent d) 8 bytes
Answer Posted / kamal
compiler dependent
| Is This Answer Correct ? | 14 Yes | 3 No |
Post New Answer View All Answers
What is ambagious result in C? explain with an example.
write a c program to do the following: a) To find the area of a triangle. b) To convert the temperature from Fahrenheit to Celsius. c) To convert the time in hours : minutes : seconds to seconds.
how do you execute a c program in unix.
.main() { char *p = "hello world!"; p[0] = 'H'; printf("%s",p); }
Write an efficient algo and C code to shuffle a pack of cards.. this one was a feedback process until we came up with one with no extra storage.
What was noalias and what ever happened to it?
Can a local variable be volatile in c?
what do the 'c' and 'v' in argc and argv stand for?
explain what are actual arguments?
Why can arithmetic operations not be performed on void pointers?
Function calling procedures? and their differences? Why should one go for Call by Reference?
Is a house a mass structure?
Why should I use standard library functions instead of writing my own?
Explain what does a function declared as pascal do differently?
What is fflush() function?