i have completed 3bit and 4bit multiple data compression and decompression ….
when we reallocate memory to pointer then it will not receive the address of other position it will allocate space next to the previous address…..if there is data at next position then if we write it will overwrite previous data..
what is argc and argv used in main()??? by using sizeof i am getting char size of 1 but size of a char like ‘D’ is 4 when declaired under a char variable…why??
done assignment no. 3 except Q.8 i have following problems Q.5char to = 1,from = 2; to++ = from++; error is :lvalue required as left operand of assignment Q.4 float f=0.1f;int i; for(i=0;i<10;i++) f=f+0.1f; if(f==1.0f) this if condition should be … Continue reading
i completed 9 questions of 2nd assignment….. in 9th question i declared a string of 10 character long but it can store 12 character long ……how is it possible ? sometime we take format specifier of double as %e or … Continue reading
completed assignment no 1 (basics of C) but i have some doubts ….