Why doesn't the code "int a = 1000, b = 1000;
long int c = a * b;" work?
Answer Posted / vikraman85
I think mostly we should avoid assigning the variables while
declaring with the variables of another datatype..
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
What is local and global variable in c?
What is a macro in c preprocessor?
I have seen function declarations that look like this
Can we declare a function inside a function in c?
Explain void pointer?
Why is c fast?
Write a function expand(s1,s2) that expands shorthand notations like a-z in the string s1 into the equivalent complete list abc...xyz in s2 . Allow for letters of either case and digits, and be prepared to handle cases like a-b-c and a-z0-9 and -a-z. z-a:zyx......ba -1-6-:-123456- 1-9-1:123456789987654321 a-R-L:a-R...L a-b-c:abbc
What is the right type to use for boolean values in c? Is there a standard type?
What is bubble sort in c?
Wt are the Buses in C Language
Where can I get an ansi-compatible lint?
What does static variable mean in c?
what are the program that using a two dimensional array that list the odd numbers and even numbers separately in a given 10 inputs values
What are the key features in c programming language?
What are linker error?