Why Linux is more secure than Other Operating Systems? October 31, 2017 A brief about OS: Before getting into why is linux more secure than other operating systems, let us have a look into the brief on O...Read More
22 - WAP to Print Magic Square [Matrix Form] in C October 31, 2017 This Program prints the Magic Square by considering the position of the '1' placed to a certain row or a column. #include ...Read More
21 - WAP to Read Integer and Print it without using 'scanf' operator in C October 31, 2017 This Program reads the Value of a Integer and prints the same, without using the scanf() function / operator. //this program is to dis...Read More
20 - WAP to Print Bit's using Bitwise LSB in C October 31, 2017 This Program prints the Value of a Bit's can taking consideration of the Positing of the Bit's. #include int main() { //vari...Read More
19 - WAP to Set, Get, Toggle, & Print 'n' Bits from given Number in C October 30, 2017 This Program performs following Operations : 1) Get 'n' Bits 2) Set 'n' Bits 3) Get 'n' Bits from position...Read More