main()
{
int i=400,j=300;
printf("%d..%d");
}
Answer Posted / khaja
it prints bcoz no i,j values are mentioned.
| Is This Answer Correct ? | 0 Yes | 2 No |
Post New Answer View All Answers
What are dangling pointers? How are dangling pointers different from memory leaks?
What is the difference between void main and main in c?
In C programming, how do you insert quote characters (‘ and “) into the output screen?
Mention four important string handling functions in c languages .
What is the time and space complexities of merge sort and when is it preferred over quick sort?
Write a C program to count the number of email on text
What does *p++ do?
How can a string be converted to a number?
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 are bit fields? What is the use of bit fields in a structure declaration?
what are the 10 different models of writing an addition program in C language?
What is calloc()?
Define recursion in c.
List out few of the applications that make use of Multilinked Structures?
What is main return c?