In which layer of the network datastructure format change is done
No Answer is Posted For this Question
Be the First to Post Answer
Describe the modifier in c?
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
write c program to display output 10(10+20)+(10+20+30)+ ... n term
0 Answers Hindustan Gum Chemicals,
a 'c' program to tell that the set of three coordinates lie on a same line
#include<stdio.h> int main( ) { Int a=300, b, c; if(a>=400) b=300; c=200; printf(“%d%d ”, b, c); return0; }
What are linked lists in c?
Given an array of length N containing integers between 1 and N, determine if it contains any duplicates.
Can include files be nested? How many levels deep can include files be nested?
What is 2 d array in c?
What is difference between array and structure in c?
How can I determine whether a machines byte order is big-endian or little-endian?
Can true be a variable name in c?