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 the difference between abs() and fabs() functions?
What are the different categories of functions in c?
How can I sort a linked list?
What is a memory leak? How to avoid it?
How do we open a binary file in Read/Write mode in C?
What is the equivalent code of the following statement in WHILE LOOP format?
What is a const pointer?
Explain the binary height balanced tree?
Is main an identifier in c?
an expression contains relational operators, assignment operators, and arithmatic operstors. In the absence of parentheses, they will be evaluated in which of the following order a) assignment, relational, arithematic b) arithematic, relational, assignment c) relational, arithematic, assignment d) assignment, arithematic, relational
Explain how are portions of a program disabled in demo versions?
Why header files are used?
When do we get logical errors?
Is c is a high level language?
What is the method to save data in stack data structure type?