increment operateor (++)and decrament(--)
#include<stdio.h>
#inclide<conio.h>
main()
{
int x=15;
while(x!=0)
scanf("%d",&x);
{
Answers were Sorted based on User's Feedback
prog for 1st five prime numbers in 2^x - 1
which of 'arrays' or 'pointers' are faster?
Is c is a low level language?
what are the advantages & disadvantages of unions?
What is the difference between text files and binary files?
Write a C program to read the internal test marks of 25 students in a class and show the number of students who have scored more than 50% in the test. Make necessary assumptions.
What is memmove?
Write a function to find the area of a triangle whose length of three sides is given
Explain what are multibyte characters?
"%u" unsigned integer print the a) address of variable b) value of variable c) name of a variable d) none of the above
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
1,1,5,17,61,217,?,?.