What are shell structures used for?
No Answer is Posted For this Question
Be the First to Post Answer
WAP to find that given no is small or capital
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 bit rate & baud rate? plz give wave forms
how to find out the biggest element (or any other operation) in an array which is dynamic. User need not to mention the array size while executing.
Print all numbers which has a certain digit in a certain position eg: number=45687 1 number=4 2 number=5 etc
When should volatile modifier be used?
What is FIFO?
What will be the result of the following C language program? main() { int a = 0; int b = 20; char x = 1; char y = 10; if(a,b,x,y) printf("Welcome"); }
which header file contains main() function in c?
17 Answers Google, HCL, TCS,
code for concatination of 2 strings with out using library functions?
6. Which of the Following is not defined in string.h? A)strspn() B)strerror() C)memchr() D)strod()
Explain that why C is procedural?