Home »
Recent posts
All posts from May 2018
‘pid_t’ data type stands for process identification and it is used to represent process ids. Whenever, we want to declare a variable that is going to be deal with the process ids we can use ‘pid_t’ data type.
C programming in Linux pid_t data type: In this tutorial, we are going to learn about pid_t data type which can be used in C programming language in Linux.
Tags:
C programming language,
Advance C topics
In the modern web, people aren't satisfied just with the boring text on the screen. Images could help, but what if your content is only text? With modern JavaScript, you can spice up anything on your webpage. Enhance its looks, animate elements on the page or even keep mini games like effects on mouse movement. Those tricks for some other day, but today, we will look at how to create accordions with JavaScript.
Tags:
JavaScript
In this is article, we are going to discuss about the Introduction of data model and different types of data model used in database management system (DBMS).
Tags:
DBMS
Using an uninitialized array in C programming language: Here, we will learn that what happens if we use an uninitiated array in C language?
Tags:
C programming language
Out of bounds array indexing in C programming language: Here, we will learn that what happens if we use out of bound array indexing in C language?
Tags:
C programming language
Learn: what are the data members and member functions in C++ programming language? Data members are the variables and member functions are the functions used in the class in C++ programming.
Tags:
C++ programming language
Differences between C and Embedded C programming: In this article, we are going to discuss about C and Embedded C, why they are used and what are the difference between C and Embedded C programming?
Tags:
C programming language
In this article, I am writing some of the top/most useful C programming language optimization techniques that may help you to sharp your programming skills.
Tags:
C programming language
In this article, we are going to learn about pointers in C++, how pointers are declared, how they initialized and how we can access values and address using the pointer?
Tags:
C++ programming language
Embedded C programming Interview Questions and Answers: This page contains some of the top Interview questions and Answers of Embedded C programming language.
Tags:
C programming language
This section contains C++ new and delete operators quiz questions and answers with explanations.
Tags:
C++ Quiz
In this program, we are going to learn about new and delete operators in C++ programming language, and testing the case of calling constructor and destructors while allocating and deal locating the memory dynamically.
Tags:
C++ programs
In this post, we are going to implement a C program, that will read an integer number check whether it is EVEN or not by using Macros.
Tags:
C programs
Learn: In this article, we are going to discuss about the functional dependency and attributes closure In Database management system and check whether a functional dependency is valid or nor?
Tags:
DBMS
Learn: In this article, we are going to discuss about the File Processing System and database approach, some disadvantages of file oriented approach.
Tags:
DBMS
Learn: In this article we are going to discuss about the Introduction of Database and Database Management System and its advantages.
Tags:
DBMS
Java Operators Aptitude Questions and Answers: This section provides you Java Operators related Aptitude Questions and Answers with multiple choices. Here, you will get solution and explanation of each question.
Tags:
Java Aptitude Que. & Ans.
This section contains Aptitude Questions and Answers on Java Conditional Statements like if else, switch case statement, conditional statements etc.
Tags:
Java Aptitude Que. & Ans.
Tips for Embedded Development in C: C programming language is widely used programming language; it’s specially designed for low level programming (Embedded programming). This article contains some of the best Tips that may help you for embedded development.
Tags:
C programming language
C programming FAQ: Can we initialize structure members within structure definition? Here, we will also learn how we can initialize the members of structure?
Tags:
C programming language
C programming Interview Questions and Answers- This section contains C programming Language Interview Questions and Answers related to all topics, these interview questions and answers will be helpful for students and professionals.
Tags:
C programming language
Button is a widget in android performs click event on the form i.e. for to submit the data in the database or to start/close some operations, button is being used. There are different types of button widgets available in android like Normal Button, Image Button, Radio Button, Check Boxes and Toggle Button.
In this tutorial, we are going to learn about button customization i.e. How to display a normal button in different looks like shapes, colors?
Tags:
Android
In this article we are going to discuss about the types of Relations, some basics of Relational model and how to convert a ER Diagram into Relational model?
Tags:
DBMS
Top websites for learning Android: Nowadays Android devices are leading in the Mobile sector and most of the applications are based on Android, If you are willing to learn Android, we are providing a list of few top websites to learn Android programming.
Tags:
Articles
In this article, we are going to learn about an error which occurs in C programming language when we use less argument while calling a function. If we do this compiler will generate an error ‘Too few arguments to function’.
Tags:
C programming language
In this article, we are going to learn about an error which occurs in C programming language when we miss to use ampersand/address of operator while using scanf() function.
Tags:
C programming language
In this article, I am going to list some of the basic rules of writing a C program. I would strongly recommend following all these rules to code like a professional programmer.
Tags:
C programming language
Top websites for learning C++ programming language: This article contains the basic information about C++ programming and some of the top websites (online resources) to learn C++ programming language.
Tags:
Articles
Top websites to learn C programming language: In this article, we are listing some of the top websites on the internet for learning C programming language.
Tags:
Articles
If you want to become a good C/C++ programmer or want to write code like a professional programmer, here are some of the important points/rule that you should remember while writing a C/C++ program.
Tags:
C programming language
In this tutorial, we are going to learn about the scope of function parameters in C programming language. Here, we will learn what the function parameters are and what are their scopes?
Tags:
C programming language
In this tutorial, we are going to learn about the Scopes in C programming language. We will learn: What is Scope and what are the difference between Local and Global Scopes/Variables?
Tags:
C programming language
This is a common interview question in C programming language. Here, we are going to discuss which function is used to execute Windows DOS or Linux command in C programming language.
Tags:
C programming language
In this tutorial, we are going to learn how to execute system commands (Linux commands or/and MS DOS commands) in C programming language? Here we are going to discuss about ‘system()’ function which executes system commands.
Tags:
C programming language
In this C tutorial, we are going to learn about the two storage classes auto (automatic) and static. What are automatic variables and static variables, what are the differences between them?
Tags:
C programming language
List of top websites to solve programming challenges: To learn about top 5 websites to be found on the internet for the purpose of testing and honing up of your programming skills. Here we learn the different aspects associated with competitive programming and will get an exposure and meeting up with new people.
Tags:
Articles
Polycola is a new way to search engines. Its specialty is its result, can be seen simultaneously in two search engines. Its history is a little odd. It launched in 2005. Initially named as, "Gahooyoogle.com" but due to some disputes the name was changed as "Polycola.com". It is faster than other search engines and search for any information that is more time savings. It is famous in American and European countries and is used a lot.
Tags:
Articles
Here, we will learn how we can identify whether an ENTER KEY is pressed or not in C programming language? In this post, we will learn about the different methods to identify it.
Tags:
C programs
In this tutorial, we are going to learn about image button in android i.e. How to display an image on a button? As you click on the image button a toast message is displayed.
Tags:
Android
In this tutorial, we are going to learn about button in android i.e. How to display a normal button and to add a click listener, when user clicks on the button, an URL opens a webpage?
Tags:
Android
Here, we are going to learn about unsigned char, why, where and how it is used? We are demonstrating use of unsigned char through an example in C programming language.
Tags:
C programs
In this C++ program, we are going to learn how to declare an integer variable at run time (dynamically)? Here, we are declaring variable dynamically and printing its address.
Tags:
C++ programs
In this C++ program, we are going to declare different types of pointer variables, printing their occupied size, values and addresses.
Tags:
C++ programs
In this C++ program, we are going to declare, read and print a one dimensional array of the integers, to declare dynamic array we are using new operator and to delete/free memory, we are using delete operator.
Tags:
C++ programs
Learn: In this article, we will learn about different packages in java programming language.
Tags:
Java programming