Home Search

- search results

If you're not happy with the results, please do another search
c data types

Getting Started:C Data Types and Constants

0
At primary stage C data types are divided into 3 categories : integer ,character and real. Let us explore these data types. // Integer...
Xiaomi-Mi3-Mobile review

Xiaomi Mi3 mobile phone review-Features FHD,2.3 GHz Quad-Core,2gb RAM

1
Xiaomi is a company who has just made its entry into the Indian tech world with its flagship device, the Xiaomi Mi3. It has...

How to use Array in C++

0
How to use Array in C++ Arrays are the collection of fixed size , same type of elements in a sequential order. These elements are...

Interview Questions For Computer Science Freshers

1
Interview Questions: Type1 :-Testing concepts question of  descriptive type 1)Give 5 reasons why a build can be released with bug 2)Write a bug report for a word...
Xolo Q900s

Xolo Win Q900s :Lightest Windows Smart Phone by XOLO

0
Xolo a premium smart device brand brings a another smart phone with Windows Operating System Xolo Win Q900s. It's the only brand which provides...
Kill Switch Software

Smartphones with a ‘kill switch’ to prevent from thefts

0
New software 'kill switch' to thwart thefts: Microsoft & Google Follows Apple Security Software Which Render handset Unusable after Reported Stolen Microsoft and google said that...
c program Machine code

How to use Debugger tool objdump in Linux

0
Debugger Tool Objdump in Linux Debugger Tool objdump: C feel more familiar and C compiler exist in every operating system .Basically Linux is a free...
windows 8.1 new update

Windows 8.1 New Update

0
A awesome update by windows in Window 8.1 . You can experience  the windows 8.1 New Update by using the below steps. It does...

Arrays In C/C++ And Their use

0
Arrays are the collection of fixed size , same type of elements in a sequential order. These elements are basically variables of same data...

Function-2

0
Now lets continue from where we left off our topic "function ". In this post we are going to discuss about types of functions...
buffercode_python

Python: Matplotlib Plotting Cookbook

1
Who this book is for?? There may be question in your mind that  who this book is for?? so below is it's answer for you: If...

Function In C/C++ Programming

0
Functions as the name suggest "to do some task " . Similarly  in c/c++ ,functions are group of some codes that together performs a...
Exception Handling

Exception Handling in Python

0
Exception Handling in Python Exception Basics Exception  : Nothing but an event that are modify the flow of event or a flow of control in a...

Statements-4(SELECTION STATEMENT:SWITCH STATEMENT)

0
Lets continue with the statements ....... SELECTION STATEMENT:SWITCH STATEMENT These are similar to multiple if -else statement but its more easy to understand and it doesnot...

C-Programming Statements: continue and goto statements

0
Lets continue with the statements .... Continue statement Continue statement leads to the end of the current iteration and leads to the new iteration. It allows...
statements-if-else-break

Statements-2(nested if-else and break statements)

0
Let's continue the statements ......... NESTED IF-ELSE Here under an if statement we can use many more if statements SYNTAX: if(condition )//start of 1st if   {-------------     if (condition...
idm giveaway by buffercode

IDM : The Best Download Manager

0
IDM(Internet Download Manager) There is no need to mention that IDM(internet download manager) is the best and our favourite download manager . It comes with the...
if-else decision control

SELECTION STATEMENT: IF-ELSE STATEMENT

0
SELECTION STATEMENT: IF-ELSE STATEMENT The if keyword is used to execute the statements/ block of statements . If the condition is true then those statements...
Python Modules

Creating Python Modules: Easy way

0
Creating Python Modules: with Simple Steps     In Python we look at modules ,Module are very simply to put and Module is allows to better organizing...
The Loop Control structure

Types of Loop Control structure C++

2
Types of Loop Control structure C++ Loops are basically certain conditions that repeats certain steps until the condition becomes false , i.e a loop will...
dsploit top penetration testing application for android mobiles

Top Penetration Testing Application for Android Mobiles

0
Android is a Linux based small operating which  runs on mobile. Most of the user in the world are using Android because of its...
Thrill giveaway

Buffercode brings THRILL give away – Participate to win vip access code

3
Hello Friends THRILL an new and awesome application for Android and iphone users to meet with new friends. We are thankful to Thrill community for...
Tor

How to surf web anonymously ??

1
Continue with our previous post How to surf web anonymously ...... Today i am going to tell you one of the best solution to surf...
An application to send Encrypted message

How to send encrypted message using softwares or applications??

1
How to Send Encrypted Message?? In our previous post Encryption and Decryption ,we told you the meaning and need of encryption and decryption. After that...

Privacy Policy

0
Privacy Policy For Buffercode We always take care of user privacy. Here is the information on what we receive when you visit our site and...
C Operators

Operators in C /C++ programming & Their Use

0
An Operator is a  symbol that tells compiler to perform certain mathematical or logical operations. Operators are usually same in all programming language like c/c++...