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
How do I get an accurate error status return from system on ms-dos?
What is && in c programming?
What is the explanation for the dangling pointer in c?
main() { printf("hello"); fork(); }
what is bit rate & baud rate? plz give wave forms
What is the meaning of typedef struct in c?
What is adt in c programming?
Explain how can I open a file so that other programs can update it at the same time?
What are 'near' and 'far' pointers?
When should I declare a function?
Write a program to find factorial of a number using recursive function.
C program to find all possible outcomes of a dice?
Explain can the sizeof operator be used to tell the size of an array passed to a function?
What is function what are the types of function?
What is the difference between functions abs() and fabs()?