main()
{
int i=400,j=300;
printf("%d..%d");
}
Answer Posted / preshit
output will b garbage value
because no variables are passed in last sentence.
| Is This Answer Correct ? | 5 Yes | 4 No |
Post New Answer View All Answers
Why doesnt the call scanf work?
How do you determine the length of a string value that was stored in a variable?
How can you return multiple values from a function?
What are the types of data types and explain?
What is the g value paradox?
write a c program thal will find all sequences of length N that produce the sum is Zero, print all possible solutions?
How can I discover how many arguments a function was actually called with?
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
what is the different bitween abap and abap-hr?
What are c preprocessors?
How can I prevent another program from modifying part of a file that I am modifying?
Write a program to swap two numbers without using the third variable?
What is mean by data types in c?
What is the difference between break and continue?
What is variable declaration and definition in c?