main()
{
int i=400,j=300;
printf("%d..%d");
}
Answer Posted / surenda pal singh chouhan
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 ? | 8 Yes | 7 No |
Post New Answer View All Answers
Write a Program to find whether the given number or string is palindrome.
What is spaghetti programming?
Explain the difference between call by value and call by reference in c language?
Explain two-dimensional array.
What is #define size in c?
cin.ignore(80, _ _);This statement a) ignores all input b) ignores the first 80 characters in the input c) ignores all input till end-of-line d) iteration
What do mean by network ?
Suggesting that there can be 62 seconds in a minute?
What is selection sort in c?
Explain 'bus error'?
Which node is more powerful and can handle local information processing or graphics processing?
Why is c still so popular?
what is the role you expect in software industry?
how to capitalise first letter of each word in a given string?
How can I generate floating-point random numbers?