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
List the difference between a 'copy constructor' and a 'assignment operator' in C?
What is an expression?
What is array within structure?
what are bit fields in c?
You are to write your own versions of strcpy() and strlen (). Call them mystrcpy() and mystrlen(). Write them first as code within main(), not as functions, then, convert them to functions. You will pass two arrays to the function in the case of mystrcpy(), the source and target array.
What are the advantage of c language?
What is array in c with example?
What is the meaning of c in c language?
What is union and structure in c?
What is pass by reference in c?
Why we write conio h in c?
which of the following shows the correct hierarchy of arithmetic operations in C a) (), **, * or/,+ or - b) (),**,*,/,+,- c) (),**,/,*,+,- d) (),/ or *,- or +
What are different storage class specifiers in c?
What are c preprocessors?
What is volatile c?