Explain what is the difference between a free-standing and a hosted environment?
No Answer is Posted For this Question
Be the First to Post Answer
program for comparing 2 strings without strcmp()
How does placing some code lines between the comment symbol help in debugging the code?
How can you pass an array to a function by value?
write a program of bubble sort using pointer?
What is indirection? How many levels of pointers can you have?
4. main() { int c=- -2; printf("c=%d",c); }
Explain demand paging.
All technical questions
What is the difference between a string copy (strcpy) and a memory copy (memcpy)? When should each be used?
Explain what are compound statements?
why in C,C++'s int size is 2 byte and .net(c#) int Size is 4 byte?
sir, i cannot find the way how to write aprogram by using array on queue