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

the statement while(i) puts the entire logic in loop. this loop is called a) indefinite loop b) definite loop c) loop syntax wrong d) none of the above

615


differentiate built-in functions and user – defined functions.

644


What is a lookup table in c?

639


How to create struct variables?

601


What would be an example of a structure analogous to structure c?

589






in iso what are the common technological language?

1643


What is meant by 'bit masking'?

896


How do I swap bytes?

638


What are the various types of control structures in programming?

634


what is the syallabus of computer science students in group- 1?

1852


Explain bitwise shift operators?

642


What is a program flowchart?

614


Is it better to use a macro or a function?

663


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

655


When would you use a pointer to a function?

595