What is the symbol indicated the c-preprocessor?
No Answer is Posted For this Question
Be the First to Post Answer
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
Explain what are the different data types in c?
What is integer constants?
WAP that prints the number from 1 to 100. but for multiplies of three print "XXX" instead of the number and for the multiplies of five print "YYY" . for number which are multiplies of both three and five print "ZZZ"
Which of the following is not a valid declaration for main ()? 1) int main() 2) int main(int argc, char *argv[]) 3) They both work
Hai why 'c' is the middle language
By using C language input a date into it and if it is right?
Can we assign integer value to char in c?
What is pointer and structure in c?
what is diference between return 0 and return NULL??
Explain how can you check to see whether a symbol is defined?
How would you sort a linked list?