main()
{
int i=0;
while(+(+i--)!=0)
i-=i++;
printf(i);
}
Post New Answer View All Answers
‘ C’ PROGRAME TO SHOW THE TYPE OF TRANGLE BY ACCEPTING IT’S LENGTH .
Explain how can you be sure that a program follows the ansi c standard?
Explain the red-black trees?
Why c is known as a mother language?
Write a programme using structure that create a record of students. The user allow to add a record and delete a record and also show the records in ascending order.
I was asked to write a program in c which when executed displays how many no.of clients are connected to the server.
why wipro wase
What is identifier in c?
about c language
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
Give me the code of in-order recursive and non-recursive.
What is use of null pointer in c?
Can you write the function prototype, definition and mention the other requirements.
Which control loop is recommended if you have to execute set of statements for fixed number of times?
What are enums in c?