Difference between Shallow copy and Deep copy?
No Answer is Posted For this Question
Be the First to Post Answer
what is the output of the following code? main() { int I; I=0x10+010+10; printf("x=%x",I); } give detailed reason
What is the difference between fread and fwrite function?
write a C program : To find out the number of identical words in two files . the file name should be taken as command line argument .
What is the use of extern in c?
What are local static variables? How can you use them?
How do you determine a file’s attributes?
What are all different types of pointers in c?
4.weight conversion: Write a program that will read weight in pounds and convert it into grams.print both the original weight and the converted value.There are 454 grams in a pound.design and carry out a test plan for this program.
When do we get logical errors?
What standard functions are available to manipulate strings?
WHY DO WE USE A TERMINATOR IN C LANGUAGE?
which operator having lowest precedence?? a.)+ b.)++ c.)= d.)%