EmbLogic's Blog

Author Archives: Avtar Singh

Multiple Data Compression & Encryption

i have completed 3bit and 4bit multiple data compression and decompression ….

Posted in Uncategorized | Leave a comment

project 01

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..

Posted in Uncategorized | 2 Comments

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??

Posted in Data Structures with C | 3 Comments

project 1

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

Posted in Data Structures with C | Leave a comment

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

Posted in Data Structures with C | Leave a comment

BASICS OF ‘C’

completed assignment no 1 (basics of C) but i have some doubts ….

Posted in Data Structures with C | Leave a comment