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

Answer Posted / pritam

Answer:
400..300
Explanation:
printf takes the values of the first two assignments of the
program. Any number of printf's may be given. All of them
take only the first two values. If more number of
assignments given in the program,then printf will take
garbage values.

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is difference between far and near pointers?

595


What are different types of operators?

585


Differentiate between the = symbol and == symbol?

700


What is the use of header files?

590


Can a program have two main functions?

561






Can you explain the four storage classes in C?

632


Explain what is a const pointer?

630


Write a code of a general series where the next element is the sum of last k terms.

581


Explain what are multibyte characters?

613


What is adt in c programming?

598


What is difference between structure and union with example?

584


In a header file whether functions are declared or defined?

624


What is structure in c explain with example?

623


What does d mean?

570


What are the different types of data structures in c?

590