main()
{
int i=400,j=300;
printf("%d..%d");
}

Answer Posted / ifti/amir/shah

300..400
i.e second no and the first...........

Is This Answer Correct ?    7 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Write a program that takes a 5 digit number and calculates 2 power that number and prints it(should not use big integers and exponential functions)

5784


Are pointers really faster than arrays?

552


what does static variable mean?

643


What is the use of volatile?

602


write a program to copy the string using switch case?

2391






Explain zero based addressing.

597


I just typed in this program, and it is acting strangely. Can you see anything wrong with it?

548


What is chain pointer in c?

595


What is 2c dna?

596


What is the main difference between calloc () and malloc ()?

564


Explain 'bus error'?

546


Do you know the purpose of 'register' keyword?

636


Are pointers integers in c?

602


Is it possible to use curly brackets ({}) to enclose single line code in c program?

780


Why c is a procedural language?

573