In which layer of the network datastructure format change is done
console I/O functions means a) the I/O operations done on disk b) the I/O operations done in all parts c) the input given through keyboard is displayed VDU screen d) none of the above
What is the purpose of sprintf() function?
What is the purpose of void pointer?
Does free set pointer to null?
Where local variables are stored in c?
find the value of y y = 1.5x+3 for x<=2 y = 2x+5 for x>2
What is meant by 'bit masking'?
Why doesnt the call scanf work?
What is the difference between malloc() and calloc()?
code for replace tabs with equivalent number of blanks
How can you increase the size of a dynamically allocated array?
how can f be used for both float and double arguments in printf? Are not they different types?
What is the basic structure of c?
What are the types of macro formats?