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

Answer Posted / arun raj

Hi Surenda,

I think the answer is a garbage value.. i tried in gcc &
visual studio.. but i got garbage n both the case.. can u
tell which compile u compiled & got this output.

Regards
Arun Raj

Is This Answer Correct ?    15 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is meant by errors and debugging?

639


Write a C Program That Will Count The Number Of Even And Odd Integers In A Set using while loop

1705


What are the different types of C instructions?

664


When should volatile modifier be used?

543


why return type of main is not necessary in linux

1694






Can you assign a different address to an array tag?

690


What is new line escape sequence?

795


Explain why can’t constant values be used to define an array’s initial size?

844


Differentiate between full, complete & perfect binary trees.

663


Explain how can you tell whether a program was compiled using c versus c++?

569


Why can't I perform arithmetic on a void* pointer?

627


Explain what does the format %10.2 mean when included in a printf statement?

769


How can I read in an object file and jump to locations in it?

564


Write a code on reverse string and its complexity.

593


Draw a flowchart to produce a printed list of all the students over the age of 20 in a class .The input records contains the name and age of students. Assume a sentinel value of 99 for the age field of the trailer record

4733