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

Answer Posted / sunil samal

300..400 because it will execute right to left .
when the printf () execute it will first execute from right to
left...
regards
sunilsamal@live.com

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

1.int a=10; 2.int b=20; 3. //write here 4.b=30; Write code at line 3 so that when the value of b is changed variable a should automatically change with same value as b. 5.

1650


Which is not valid in C a) class aClass{public:int x;}; b) /* A comment */ c) char x=12;

601


Write a function that will take in a phone number and output all possible alphabetical combinations

590


Write a program to display all the prime nos from 1 to 1000000, your code should not take time more than a minute to display all the nos.

1585


When can a far pointer be used?

583






What is "Duff's Device"?

694


Are the variables argc and argv are always local to main?

562


What does sizeof return c?

588


How to write a program for machine which is connected with server for that server automatically wants to catch the time for user of that machine?

1579


Explain built-in function?

583


What is the use of sizeof () in c?

547


PLS U SENS ME INTERVIEW O. MY EMAIL ADD, SOFIYA.SINGH@GMAIL.COM

1696


What is the use of structure padding in c?

553


When I set a float variable to, say, 3.1, why is printf printing it as 3.0999999?

575


Explain about block scope in c?

652