Resolving Ubuntu Boot-Time Freezing Issue(for Systems having Nvidia Graphics)As NVIDIA has low compatibility with Linux so it causes the problem of freezing when drivers are not installed properly. When we install a…Dec 25, 2020Dec 25, 2020
int(‘string’, base)Now if you're familiar with the Python programming language and have done coding in it, you must be knowing about int() function that is…Jun 4, 20201Jun 4, 20201
Ternary OperatorThe operator which uses three operands or variable is known as Ternary Operator. There is only one Ternary Operator in C.Aug 12, 2019Aug 12, 2019
Why Python??If you are planning to start programming in python you should go through this.Aug 9, 2019Aug 9, 2019
Scope of Variable in CScope of Variable is the part of the program where the identifier (or variable) may directly be accessible. In C, all identifiers are…Aug 9, 2019Aug 9, 2019
Forget your life decision, make your program to take the right decision: Conditional Construct in Cif (or only if):Mar 8, 2019Mar 8, 2019
Forget your life decision, make your program to take right decision: Conditional Construct in CLife is full of decisions! On a daily basis, we make a lot of decisions, almost before every task we decide.Feb 19, 20192Feb 19, 20192