int main()
{
int i=-1,j=-1;k=0,l=2,m;
m=i++&&j++&&k++||l++;
printf("%d%d%d%d%d",i,j,k,l,m);
}
Answer Posted / devika
2,2,1,3,1
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
Explain what are binary trees?
What do you mean by recursion in c?
What type of function is main ()?
Can you subtract pointers from each other? Why would you?
When I set a float variable to, say, 3.1, why is printf printing it as 3.0999999?
hi any body pls give me company name interview conduct "c" language only
Difference between Shallow copy and Deep copy?
Which type of language is c?
Why header files are used?
what are the advanced features of functions a) function declaration and prototypes b) calling functions by value or by reference c) recursion d) all the above
Mention four important string handling functions in c languages .
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
How can I do serial ("comm") port I/O?
How can I call system when parameters (filenames, etc.) Of the executed command arent known until run time?
Disadvantages of C language.