main()
{
int i=400,j=300;
printf("%d..%d");
}
Answer Posted / muthu
It prints only garbage value, since the variables x and y
were not metioned out side the bracket
| Is This Answer Correct ? | 0 Yes | 3 No |
Post New Answer View All Answers
I completed my B.tech (IT). Actually I want to develop virtual object that which will change software technology in the future. To develop virtual object what course I have to take. can I any professor to help me.
How is a pointer variable declared?
what do you mean by inline function in C?
How can I find the modification date of a file?
An arrangement of information in memory in such a way that it can be easily accessed and processed by a programming language a) string b) data structure c) pointers d) array
What is page thrashing?
Subtract Two Number Without Using Subtraction Operator
Explain the difference between #include "..." And #include <...> In c?
explain what is an endless loop?
When should volatile modifier be used?
What is file in c preprocessor?
What are the general description for loop statement and available loop types in c?
What is the difference between variable declaration and variable definition in c?
Write a client and server program in C language using UDP, where client program interact with the Server as given below: i) The client begins by sending a request to send a string of 8 characters or series of 7 numbers, the server sends back a characters or numbers as per the request of the client. ii) In case of series of 7 numbers: The client sends a multiplication of numbers, to the server. iii) In case of a string of 8 characters: The client sends a reverse order of string to the server.. iv) Server will send an acknowledgment to the client after receiving the correct answer
Why is python slower than c?