Data Structure
Singly Linked List Data Structure in C
Circular Linked List in data Structure
Doubly Linked List in data structure
Array Data structure
String Data structure
Stack Implementation by array
Stack implementation by Linked list
Linear Queue Implemented by Array
Queue Implementation by linked list
Searching
Sorting Algorithm in Data structure
Circular Queue in Data Structure
Tree & Graph Data Structure
Binary Search Tree in Data structure
Complexity in Data Structure
C++ Language
Introduction to C++ and oop
200 program in C++
Exception Handling in C++
Sound programming in C++
Canvas Graphics in C++
C Language
Introduction to C + 200 Programs
Graphics in C
Snake game by C program
File Handling
Sqlite3 in C
Exception Handling in C
Sound programming
Servlet
Introduction and overview of Servlet
Servlet API
Event and Listener in Servlet
Session Tracking
Servlet exceptions
Attribute in Servlet
Servlet IDE
Advanced Servlet
JSP
Introduction of jsp
More on JSP
Tags in JSP
Scriptlet tag in JSP&JSP declaration tag
JSP directives
Create First JSP Page
JSP Include Directive
JSP Taglib directive
Exception Handling in JSP
JSP Action Tags
Expression Language (EL) in JSP
MVC in JSP
Custom Tags in JSP
Registration Form in JSP
JSTL (JSP Standard Tag Library):
JSTL (JSP Standard Tag Library):
JSP include action tag
JSP Sessions
JSP Implicit Objects
Introduction to implicit objects
OUT Implicit Object in JSP
Request Implicit Object in JSP
Response Implicit Object in JSP
Session Implicit Object in JSP
Application Implicit Object in JSP
Exception Implicit Object in JSP
pageContext Implicit Object in JSP
Config Implicit Object in JSP
Python
300 Python programs
Tkinter in python
Numpy in Python
Pandas in Python
Sqlite3 in Python
Library/Framework overview in Python
Project- Python (Tkinter and sqlite3)
Spring
Spring Framework
Basic of Spring Framework
Spring with IDE
Spring IoC Containers
Bean in spring framework
Aspects Oriented Programming(AOP) with Spring
Dependency Injection in Spring
DAO support in Spring
Data access with JDBC
Object Relational Mapping (ORM) Data Access
Spring Expression Language (SpEL)
Spring Transaction Management
Object XML Mappers(OXM) Frameworks
Spring Web MVC Framework
Remoting and web services using Spring
Spring Web Services
web services using jax-ws in Spring
JMS (Java Message Service)
JMX(Java Management Extension)
Java Mail with Spring
Enterprise JavaBeans (EJB) integration with spring
Spring With Struts 2 Integration
Spring Boot
Spring Boot Tutorial
Spring Boot
Hibernate
Hibernate Tutorial for beginners with Examples
Hibernate Tutorial for beginners with Examples
Mapping in Hibernate or Association Mapping in Hibernate
Database Portability Considerations
Mapping with Annotation in Hibernate
Collection mapping
Basic O/R Mapping
Caching machanism
Hibernate Mapping types
HQL: The Hibernate Query Language
Join in hibenrate
Advanced collection mappings
Batch processing
Native SQL
Criteria Queries
Fetching strategies in Hibernate From the DataBase
Hibernate Step By Step Application Using Struts On NetBeans
Hibernate Step By Step Application Using Swing On NetBeans
Hibernate Step By Step Application Using Spring On NetBeans
Hibernate Step By Step Application Using Servlet On NetBeans
Interceptors and events
Filtering data in Hibernate
Working with objects
XML Mapping in Hibernate
Transactions and Concurrency in Hibernate
Inheritance mapping
Component Mapping In Hibernate
Use of Configuration in Hibernate
Persistent Classes in Hibernate
Toolset Guide in Hibernate
Difference Between Save and Persist Method
MCQS
Spring Boot MCQs
Python MCQs
GK MCQs
Chemistry
Civics
Computer
Economics
English
General knowledge(GK)
Geography
History
NEET Test Series-2021
Physics
Python
Sociology
Spring Boot
Articles
Free Articles
Post Articles
SIte-MAp
c language interview questions and answers,c language interview questions,c language questions and answers,c language questions
What is the Key Features of C language?
Read More →
Is C language is platform Dependent?
Read More →
What if You compile the C language code?
Read More →
What is High level language or low level language?
Read More →
Why C language is High level language?
Read More →
What is the use of header file in C language?
Read More →
What is the include in C language?
Read More →
Which function we use to take a user define value in C language?
Read More →
How we take an input of string with white space?
Read More →
What if one header file is included twice in C language?
Read More →
What if we compile the C language code without the main() function?
Read More →
What if we execute the C language code without the main() function?
Read More →
What are the basic data type in C language?
Read More →
What is the range of the integer data type in C language?
Read More →
How i take only positive integer from the user input?
Read More →
If the C program can not have the main() function then what happens?
Read More →
To store any single char, how much space it need?
Read More →
What is the range of the char data type?
Read More →
How we store the value greater than the 32768 in the integer variable?
Read More →
What are the keywords in C language? and how many keywords we have in C language?
Read More →
How many keyword we have in C language?
Read More →
What is the static variable in C language?
Read More →
What is local variable?
Read More →
What are the global variable in C language?
Read More →
What is the difference between Static and global variable in C language?
Read More →
What is the memory leak in C language?
Read More →
What is the static and Dynamic memory allocation?
Read More →
Difference between static and Dynamic memory allocation?
Read More →
What is the Dynamic memory allocation?
Read More →
What is ASCII value of Upper case letter ?
Read More →
What is the ASCII value of the lower case Alphabet?
Read More →
What is the difference between ++a and a++?
Read More →
What is the difference between --a and a-- ?
Read More →
What is the difference between while(0) and while(1) ?
Read More →
If we put any positive number in the condition of loop or any condition statement then what happen?
Read More →
What is a Dangling Pointer in C?
Read More →
What is the difference between the Void and Null Pointer?
Read More →
What is the difference between Pass by value and Pass by reference?
Read More →
What is a pointer on a pointer in C programming language?
Read More →
What is the use of the %u in the C language?
Read More →
Difference between malloc() and calloc() functions?
Read More →
What is the difference between the array and the pointers?
Read More →
What is the difference between the Array and the structure?
Read More →
What is the difference between a structure and a Union?
Read More →
Write a program to print “hello world” without using a semicolon?
Read More →
What is the string in C language?
Read More →
What is the difference between %c and %s in C language?
Read More →
What is the difference between %d and %c in C language?
Read More →
What is the DEFINE in C language?
Read More →
What is Entry control loop in C language?
Read More →
What is Exit control loop in C language?
Read More →
Difference between Entry control loop and Exit control loop in C language?
Read More →
What is the description for syntax errors?
Read More →
What is the process to create increment and decrements stament in C?
Read More →
We call the reserved word as ?
Read More →
Describe static function with its usage?
Read More →
What is the difference between abs() and fabs() functions?
Read More →
What is exit(0) in C language?
Read More →
What is return statement in C language?
Read More →
Describe Wild Pointers in C?
Read More →
What is the difference between = and == in C language?
Read More →
What is the explanation for cyclic nature of data types in C?
Read More →
It is possible to create our own header file in C language?
Read More →
What is recursion in C language?
Read More →
Where we use the continue statement? What if we placed continue statement in if condition body?
Read More →
How much difference in between the ASCII value of UPPER case letter and lower case letter?
Read More →
What are the modifiers available in C programming language?
Read More →
How we generate the random number in C language?
Read More →
Describe dynamic data structure in C programming language?
Read More →
In which header file the rand() function is define?
Read More →
Write a program to swap two variable without use third variable.
Read More →
Write a program to Print ASCII value of any character in C language.
Read More →
Write a program to show the char by using the ASCII value.
Read More →
Write a program to find the factorial of the number.
Read More →
Factorial by the recursion in C language ?
Read More →
Write a program to check number is prime or not
Read More →
Write a program to check given char is alphabet or not.
Read More →
Write a program to check alphabet is in lower case or not?
Read More →
Write a program to check alphabet is in UPPER case or not
Read More →
Write a program to print "HelLo world" without using the semicolon.
Read More →
Write a program to change the upper case letter to lower case letter
Read More →
Write a program to convert the lower case alphabet to upper case alphabet
Read More →
Write a program to find the maximum of two number without using the if statement
Read More →
Check maximum between two number using loop.
Read More →
Check palindrome string in C language
Read More →
Check calindrome string in C language
Read More →
What is the explanation for modular programming?
Read More →
What are the ways to a null pointer can use in C programming language?
Read More →
Generate random number in between 0 to 10 in C langauge
Read More →
Write a program to print the following : 1 12 123 1234 12345
Read More →
Write a program to display the Fibonacci series
Read More →
Write a program to find the LCM of the two number
Read More →
Write a program to find the HCF of two number
Read More →
Write a program to make the pascal triangle
Read More →
Write a program to print the star triangle
Read More →
Write a program to convert the decimal number to its binary equivalent
Read More →
Write a program to convert the decimal number to its octal equivalent
Read More →
Write a program to titled the given string
Read More →
print first 10 prime number
Read More →
Write a program to count the sexy prime in between the two number range.
Read More →
Search
Go!
Categories
Interview Question C language Set1
Interview Question C language Set 2
R4R Team
R4Rin Top Tutorials are Core Java,Hibernate ,Spring,Sturts.The content on R4R.in website is done by expert team not only with the help of books but along with the strong professional knowledge in all context like coding,designing, marketing,etc!