Python Programming Questions for Practice

Python Programming Questions for Practice In this tutorial we have list down some important python programming questions for practice which are generally asked in technical interview and also in semester examination of different Universities. If are a beginners to Python Programming language or you have Python Programming as a Subject in Your Semester then these […]

Operators in C Programming

Operators in C Programming In this tutorial we will learn about Operators in C Programming. Various types of operators are explained with example. This tutorial will be useful for the students learning C Programming. Let’s start with introduction of Operators in C. Frequently Asked Questions Some frequently asked question from operators in C tutorial are […]

C Programming Conditional Statements Questions

C Programming Conditional Statements Questions Condition statements in C are used almost in every program written in the C programming language. This is a very important concept and a useful building block of programming construct. Conditional statements in C Programming are used when we have to execute a statement or set of statements on the basis […]

C Programming Questions for Practice

C Programming Questions for Practice These C Programming Questions for Practice are generally asked in Technical Interview and also in University exam of B.Tech , BCA, MCA etc. Today in this tutorial we have given some important C Programming Questions for Practice including programs. These questions have been asked in AKTU C Programming Exam in […]

C Programming GATE Questions and Answers

C Programming GATE Questions and Answers C programming GATE questions and Data Structure subject weightage in GATE exam is approx. 10 % every year in GATE CSE Exam. C Programming GATE Questions and Answers consists approx. 6 marks  Out of 100 in GATE Exam. Today in this Tutorial we have explained Previous year C Programming […]

C Programming GATE Questions – SET 1

C Programming GATE Questions for Practice C Programming is one the scoring subject for GATE CSE exam. Today in this tutorial we have explained some C programing gate questions for Practice  for beginners. Some of these questions are  not asked in GATE Exam but they are very similar to C Programming Gate Questions for practice. […]

Union in C Programming

Union in C Programming Union in C Programming is an important concept that allow  different data types to be stored in same location. Union in C Programming is an important topic for computer science students. Some time questions based on Union are asked in GATE(CS) and UGC NET exam. Today in this Union in C […]

Typedef in C Programming

What is Typedef in C Programming ? Typedef in C is an important keyword or reserved word. Typedef is used to create an additional name (alias) for a data type. This is important to note that typedef does not create another data type. Typedef is a keyword using which the user can give a new name […]

Top 100 C Programming Interview Questions

Top 100 C Programming Interview Questions  C Programming is one of the fundamental subject of computer science branch. C Programming Interview Questions are generally asked all most in every technical interview. In this tutorial we have discussed various C Programming Interview Questions asked in technical interview. We have divided these questions in three section. These […]

Conditional Statements in C Programming

Conditional Statements in C Programming Condition statements in C are used almost in every program written in the C programming language. This is a very important concept and a useful building block of programming construct. Every student should know how to use conditional statements in a C program ? The objective of this tutorial is to […]

Looping Statements in C Programming

Looping Statements in C Programming Looping statements in C are used to repeat a block of code or statements until a condition is satisfied. In C Programming there are three types of Loops For Loop While Loop Do-while Loop This tutorial covers the concepts of looping statements in c with example. Advantages of using loops have […]

Types of errors in c programming

Types of errors in c programming What are different types of errors in c ? Difference between syntax error and semantic error. How logical errors are different from run time errors?. Differentiate  compiler and interpreter. In this technical article  different types of errors in c programming are  explained. This article also covers the difference between syntax […]

TCS Technical Interview Questions and Answers from C Programming

TCS Interview Questions and Answers Tcs technical interview questions are discussed here in this post. This article covers several C programming questions which were asked during the TCS interview as you all know that every year tcs recruits a lot of engineering freshers. After qualifying for the written test, generally, there are three rounds, TCS technical interview, […]

C Tutorial to Learn C Programming Language

C Tutorial to Learn C Programming Language C Tutorial to learn C Programming Language is discussed in this post. C Programming Language is one of the most powerful languages to develop system software like operating systems, compilers, etc. Application software can also be developed in C Programming language. Students from every branch of engineering learn c […]

What are Common Programming Errors ?

Most Common Programming Errors in C Hello Friends In this post, I am telling about some common programming errors that are mostly occurred at the time of writing a program in C Programming language. These errors are as follows: (1) Missing semicolon: Every C statement must end with a semicolon. A missing semicolon is confusion […]

Structure in C Programming

Structure in C Programming Structure in C Programming is a collection of variables of different types under the same name. In simple words, structure in c programming is used to store different types of data elements. In this tutorial, we will learn about structure in c programming. We will learn the following concepts about structure in C […]

C Programming Interview Questions – Part 3

“C programming language is a very important programming language for freshers from technical interview point of view. Sometime interviewers ask some tricky questions. Interviewer also asks students to write  some well known  program in  C programming language. In previous post I have posted some questions from C programming language. In this post again I am […]

Short Interview Questions from C Programming

” I am listing some of the important questions from C programming Language which are mostly asked during Technical interview for freshers. I hope all the students will like these questions and also suggest some other typical questions in comment.”                               […]

Basic Questions from C Programming !

” I am listing some of the important questions from C programming Language which are mostly asked during Technical interview for freshers. I hope all the students will like these questions and also suggest some other typical questions in comment.”                               […]

Objective Questions from C Programming Language

C is a common Programming language which is used for software development especially for system software. Objective from C programming language are generally asked in every written test related to computer job.In this post ,I am presenting some objective questions from C Programming.Try to attempt these related to computer job. objective Questions from C Programming 1.struct […]