I just typed in this program, and it is acting strangely. Can you see anything wrong with it?
No Answer is Posted For this Question
Be the First to Post Answer
What is the difference function call by value & function call by reference?
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 do you mean by keywords in c?
Which sorting algorithm is the best?
struct ptr { int a; char b; int *p; }abc; what is d sizeof structure without using "sizeof" operator??
What are the properties of union in c?
What is the use of sizeof?
What is d scanf?
What 'lex' does?
Write a C program to convert an integer into a binary string?
#include<stdio.h> main(0 { printf("\n %d %d %d",sizeof(3),sizeof("3"),sizeof(3)); }
create an SINGLE LINKED LISTS and reverse the data in the lists completely