Why doesn't the code "int a = 1000, b = 1000;
long int c = a * b;" work?
Answer Posted / guest
You must manually cast one of the operands to (long).
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
What is the mean of function?
How a string is stored in c?
What is getch c?
What is c preprocessor mean?
Why c is known as a mother language?
How will you divide two numbers in a MACRO?
Why n++ execute faster than n+1 ?
What are the string functions? List some string functions available in c.
What are Macros? What are its advantages and disadvantages?
What is structure padding and packing in c?
What is pre-emptive data structure and explain it with example?
Explain what is a pragma?
In c language can we compile a program without main() function?
write a program to find out prime number using sieve case?
How does free() know explain how much memory to release?