In which layer of the network datastructure format change is done
No Answer is Posted For this Question
Be the First to Post Answer
what is the difference between 123 and 0123 in c?
What is extern c used for?
What are different types of variables in c?
Why can't we initialise member variable of a strucutre
What are the application of void data type in c?
Why ordinary variable store only one value
5. distance conversion: Convert a distance from miles to kilometers .there are 5280 feets per mile,12 inches per foot .2.54 centimeters per inch and 100000centimeters per kilometer
write a program to print data of 5 five students with structures?
Can we declare variables anywhere in c?
What does %p mean?
What is masking?
what is the output of below int n=10; (n++)++; printf("%d",n);