Why doesn't the code "int a = 1000, b = 1000;
long int c = a * b;" work?
Answer Posted / komal
it wont work as we have to declare the variable 'b'
again...we can not declare it like int a=10,b=3;
it has to b like int a=10;
int b=6;
| Is This Answer Correct ? | 0 Yes | 4 No |
Post New Answer View All Answers
difference between object file and executable file
In C programming, how do you insert quote characters (‘ and “) into the output screen?
WHAT IS THE DEFINATION OF IN TECHNOLOGY AND OFF TECHNOLOGY ?
What is putchar() function?
Where in memory are my variables stored?
Input is "rama loves rajesh and rajesh Loves rama also and rajesh wear gloves and bloves" To print output is count the numbers of times repeted the word love without case sensitive.
what do you mean by inline function in C?
The process of repeatedly running a set of computer instructions until some condition is specifed a) condition b) sequential condition c) global d) iteration
What is a double c?
What is the value of c?
What is difference between Structure and Unions?
Explain what are the different file extensions involved when programming in c?
Is Exception handling possible in c language?
about c language
What is omp_num_threads?