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 a good way to implement complex numbers in c?
Can i use “int” data type to store the value 32768? Why?
What is the use of typedef in structure in c?
what is the role you expect in software industry?
What are pointers? What are stacks and queues?
Explain how can I write functions that take a variable number of arguments?
What are register variables? What are the advantage of using register variables?
Explain what does the format %10.2 mean when included in a printf statement?
What language is lisp written in?
What are the modifiers available in c programming language?
Is null equal to 0 in sql?
List the variables are used for writing doubly linked list program.
Differentiate call by value and call by reference?
Tell me about low level programming languages.
Why is c not oop?