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
What is the explanation for modular programming?
What does c mean?
What does the file stdio.h contain?
a program that performs some preliminary processing in C, it acts upon certain directives that will affect how the compiler does its work a) compiler b) loader c) directive d) preprocessor
Explain what is wrong in this statement?
plz let me know how to become a telecom protocol tester. thank you.
What would the following code segment printint k = 8;docout << "k = " << k << " ";while k++ < 5; a) 13 b) 5 c) 8 d) pointers
swap 2 numbers without using third variable?
Do variables need to be initialized?
A variable that is defined in a specified portion of a program but can be used throughout the program a) global variable b) local variable c) character d) none
What do you mean by command line argument?
if (i = 0)printf ("True"); elseprintf("False"); Under what conditions will the above print out the string "True" a) Never b) Always c) When the value of i is 0 d) all of the above
Why should I use standard library functions instead of writing my own?
What is new line escape sequence?
Write a program to generate a pulse width frequency of your choise,which can be variable by using the digital port of your processor