Startertutorials Blog
Tutorials and articles related to programming, computer science, technology and others.
Subscribe to Startertutorials.com's YouTube channel for different tutorial and lecture videos.

Microsoft Bot Framework on Ubuntu

Suryateja Pericherla Categories: Technology. 11 Comments on Microsoft Bot Framework on Ubuntu

In this article we will learn to implement Microsoft Bot Framework on Ubuntu. First we will learn to setup the Bot Framework and see a working example.   To run your first chat bot using Microsoft’s Bot Framework, we need to install the following: Node JS Bot Framework Emulator   Installing and Testing Node JS […]

Read the rest of this entry »

CPP program to print Hello World

Suryateja Pericherla Categories: Others. No Comments on CPP program to print Hello World

In this article we will learn to implement a CPP program to print Hello World. A C++ program is provided below to print Hello World! to the stdout (generally console).   Porgram is as follows: #include <iostream> using namespace std; int main() { cout<<"Hello, World!"; return 0; }   Output for the above program is […]

Read the rest of this entry »

CPP Programs for Interviews

Suryateja Pericherla Categories: Programs. 3 Comments on CPP Programs for Interviews

Here is a compilation of most frequently asked CPP programs for interviews. These programs are generally asked in technical rounds or coding rounds.   You are more than welcome to suggest other solutions for the below listed C++ programs. To suggest a solution, click the C++ program link and write your program / solution as […]

Read the rest of this entry »

GATE 2017 CS Question Paper and Key

Suryateja Pericherla Categories: GATE. 6 Comments on GATE 2017 CS Question Paper and Key

Yesterday (February 11th) I wrote GATE examination in the afternoon session. Branch was Computer Science and Engineering (CS).   From my memory and from bits already available on Quora, I am sharing the question and answers of GATE 2017 CS examination conducted on February 11th in the afternoon session.   Note: All the questions provided […]

Read the rest of this entry »
Blogarama - Blog Directory