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
How many data structures are there in c?
What is the usage of the pointer in c?
Why void main is used in c?
Explain how does free() know explain how much memory to release?
What is the use of ?: Operator?
What Is The Difference Between Null And Void Pointer?
If fflush wont work, what can I use to flush input?
How can I open a file so that other programs can update it at the same time?
What is the ANSI C Standard?
Find MAXIMUM of three distinct integers using a single C statement
1) write a program to generate 1st n fibonacci prime numbers using Nested if 2) write a program to generate twin prime numbers from m to n using nested if 3) write a program to check whether a given integer is a strong number or not using nested if 4) Write a program to generate prime factors of a given integer using nested if 5)write a program to generate prime numbers from m to n using nested if 6)write a program to generate perfect numbers from m to n using nested if 7)write a program to generate the pallindromes from m to n using neste if 8)write a program to generate armstrong numbers from m to n using nested if 9)write a program to generate strong numbers from m to n using nested if
Explain how do you list files in a directory?
What is a lookup table in c?
Explain the use of function toupper() with and example code?
What are actual arguments?