main()
{
int i=400,j=300;
printf("%d..%d");
}
Answer Posted / suresh reddy
Answer:
400 300
printf takes first two intilization values as default
| Is This Answer Correct ? | 2 Yes | 9 No |
Post New Answer View All Answers
How do you define CONSTANT in C?
What's the best way of making my program efficient?
An application package has been provided to you without any documents for the following application. The application needs to be tested. How will you proceed?
What is static volatile in c?
How can I write data files which can be read on other machines with different word size, byte order, or floating point formats?
Is it better to use a macro or a function?
What standard functions are available to manipulate strings?
Write a program for finding factorial of a number.
Why is c used in embedded systems?
What is default value of global variable in c?
Describe dynamic data structure in c programming language?
Can you write the function prototype, definition and mention the other requirements.
How does selection sort work in c?
What is the difference between declaring a variable by constant keyword and #define ing that variable?
Combinations of fibanocci prime series