Sizeof Operator in C programming language
Sizeof Operator in C programming: sizeof operator used to calculate the sizeof variable, constant or datatype its unary...
Sizeof Operator in C programming: sizeof operator used to calculate the sizeof variable, constant or datatype its unary...
Calculate Time difference in C and CPP: We can use clock() function from the ctime library to calculate time...
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 codes / for loop / patterns / Star patterns / Uncategorized
by Venkatesh Macha · Published September 24, 2015 · Last modified July 2, 2017
Write a C program to print the following Arrow pattern using for loops: Note: This program is one...
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 / 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...
Algorithms / basic C programs / C codes / flow chart / JNTU / Mathematical C programs
by Venkatesh Macha · Published September 12, 2014 · Last modified June 13, 2017
Description: Find the grade of a student by reading marks or by taking Percentage. Here we are assuming...
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...
basic C programs / C tutorial / Elements of C language / operators / Uncategorized
by Venkatesh Macha · Published August 28, 2014 · Last modified October 23, 2017
Bitwise Operators are used for operations on Individual bits (please note that it is bits not Bytes one...
Contents : Basics of C Language History of C Low-Level Language High-Level Language Features of C Language Elements...
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