Nested if…else and if…else ladder in C
if else and nested if else and if else ladder
if else and nested if else and if else ladder
Basics of C / C / C language / C tutorial
by Venkatesh Macha · Published December 9, 2018 · Last modified December 14, 2018
Decision-making statements or Control statements will help us to control the program execution based on a certain condition. In many situations, we need to choose one option among the multiple options.
Sizeof Operator in C programming: sizeof operator used to calculate the sizeof variable, constant or datatype its unary...
C tutorial / C++ Tutorial / Tutorials
by Venkatesh Macha · Published June 29, 2017 · Last modified June 30, 2017
Generating Random number in C++: We will use the rand() function from the cstdlib library. rand() will generate one random...
C / C tutorial / input/output / Troubleshooting / Uncategorized
by Venkatesh Macha · Published April 7, 2015 · Last modified February 27, 2017
Scanf waiting for more than expected inputs: This problem occurs if you use White spaces such as blanks,...
Basics of C / C tutorial / Compilations / GCC / Linux / Uncategorized
by Venkatesh Macha · Published March 25, 2015
Question : How to compile C program in Linux: Here the steps to compile the C program under...
Basics of C / Bit-wise operators / C tutorial / operators / Uncategorized
by Venkatesh Macha · Published November 11, 2014 · Last modified October 22, 2017
In previous posts, we discussed what are bitwise operators and different types of Bitwise Operators. Also, we discussed...
Basics of C / Bit-wise operators / C tutorial / operators / Uncategorized
by Venkatesh Macha · Published November 4, 2014 · Last modified February 27, 2017
Bitwise Operators in C : Bitwise AND Operator is denoted with ‘&’ Bitwise AND is Binary operator i.e...
Basics of C / C tutorial / Elements of C language / Uncategorized
by Venkatesh Macha · Published October 18, 2014 · Last modified August 17, 2017
Tokens in C programming Language : C Tokens are smallest Individual unit of a c program. Tokens are...
Basics of C / C tutorial / Elements of C language / operators / Uncategorized
by Venkatesh Macha · Published August 29, 2014 · Last modified October 30, 2017
Comma ( , ) token in C : The Comma ( , ) is used as Operator and...
Basics of C / C / C language / C tutorial
Decision making statements if and if…else in C
9 Dec, 2018
Admin / RTP / rtpengine / ubuntu / Uncategorized / VOIP
Installing RTPEngine on Ubuntu 14.04
17 Aug, 2015