Why doesn't the code "int a = 1000, b = 1000;
long int c = a * b;" work?

Answer Posted / vignesh1988i

this will work.... correctly

Is This Answer Correct ?    0 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Can you mix old-style and new-style function syntax?

658


What are the types of data types and explain?

663


what is the structure pointer?

1642


What are the applications of c language?

619


Explain what is the difference between a string copy (strcpy) and a memory copy (memcpy)? When should each be used?

597






Explain bitwise shift operators?

627


Explain why C language is procedural?

766


I have a varargs function which accepts a float parameter?

573


What are external variables in c?

539


Explain the ternary tree?

595


What is string function in c?

531


What could possibly be the problem if a valid function name such as tolower() is being reported by the C compiler as undefined?

739


How can you increase the size of a statically allocated array?

608


What is a pointer on a pointer in c programming language?

616


what is the c source code for the below output? 5555555555 4444 4444 333 333 22 22 1 1 22 22 333 333 4444 4444 5555555555

2528