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 does struct node * mean?

595


Which header file is used for clrscr?

574


What is formal argument?

646


How can you invoke another program from within a C program?

611


How do we print only part of a string in c?

579






Describe the difference between = and == symbols in c programming?

773


I need previous papers of CSC.......plz help out by posting them.......

1814


How arrays can be passed to a user defined function

572


How can I check whether a file exists? I want to warn the user if a requested input file is missing.

652


Write a function which takes as parameters one regular expression(only ? and * are the special characters) and a string and returns whether the string matched the regular expression.

647


State the difference between realloc and free.

627


What the different types of arrays in c?

610


what are the 10 different models of writing an addition program in C language?

1434


What is a lookup table in c?

622


Which is the best website to learn c programming?

576