-
Steps to learn C langauage
-
What is a token? What are the different types
-
What is a keyword? What are the various keyword in C
-
What is a identifier? What are the rules to be followed
-
Identifier outcome
-
What is a constant? What are the different types of constants
-
What is the range of unsigned integer?
-
What is the range of signed integer?
-
Integer Constants
-
What is enumerated constant in C language
-
What is floating point constant? What are different types?
-
What is a character?
-
What is the definition of escape sequence character?
-
What is a string constant? What is a Null character?
-
What is a data type? What are different datatypes?
-
What is the meaning of Int?
-
What is the meaning of float?
-
What is the meaning of double?
-
What is the meaning of char?
-
What is the meaning of void?
-
What is a variable?
-
What is a memory location?
-
What is a variable?
-
What do you mean by defining a variable?
-
How to store the data in allocated space?
-
What is the outcome of Introduction to C-language?
-
What is the summary of Introduction to C-language?
-
What are the components of the computer system?
-
What is the need for printf() function?
-
What are various format specifiers used for I/O operations?
-
What is address operator in C language?
-
What is the need for input function scanf()?
-
How to read the data using scanf()?
-
What are the rules to be followed when we use scanf()?
-
What is the outcome of scanf printf functions?
-
Precedence operators while evaluating expressions
-
What is associativity of operators ?
-
When we use relational operators?
-
When are logical operators? what are logical expressions?
-
What is an assignment operator ? what is an assignment statement?
-
What is simple assignment statement ?
-
What are shorthand assignment operators and statements ?
-
What is a multiple assignment statement ?
-
What is increment/decrement operator ?
-
What is an increment operator ?
-
What is a decrement operator ?
-
What is ternary operator ?
-
What is a bitwise operator? Types of bitwise operators
-
What is a bitwise AND operator? Types of bitwise operators
-
What is a bitwise OR operator? Types of bitwise operators
-
Overview of all chapters
-
What is a branch statement?
-
What is an if-statement? what is its syntax and flowchart?
-
What are advantages and disadvantages of if-statement ?
-
What is an if-else statement? what is its equivalent flowchart ?
-
What is nested if-statement?
-
What is else if-ladder statement?
-
When switch statement can be used? when it cannot be used?
-
What are the advantages and disadvantages of nested-if ?
-
What is a loop statement?what is its syntax?
-
What is the need for looping construct?
-
What is while sum series?
-
What is sum series?
-
What is sum integer read keyboard?
-
How to design an algorithm to reverse a number?
-
What is a palindrome?
-
How to design algorithm to convert binary to decimal?
-
How to design algorithm to convert decimal to binary?
-
What is gcd of two numbers?
-
What is a for loop? What is its syntax and flowchart?
-
How to design an algorithm to compute sum of series?
-
Comparison of for loop and while loop
-
How to design an algorithm to compute the sum of the series ?
-
How to design an algorithm to find sum of even numbers and sum of odd numbers ?
-
How to design an algorithm to compute factorial of a number ?
-
What are the variations in for loop ?
-
How to obtain the formula to compute square root using Newton Raphson method?
-
What are Fibonacci numbers ? How to generate Fibonacci numbers ?
-
How to compute e^x ? How to generate each term of the series ?
-
What are sine series? How to generate each term of the series?
-
What is cos series ?
-
What is nested loop ? What are the rules to be followed while using nested loops ?
-
How to print various patterns using for loop?
-
How to print various patterns using for loop-(alternate method)?
-
What is do-while loop ? What is the syntax of do-while?
-
Program to check whether a given year is leap year or not
-
Program to find type of triangle
-
Program to find sum of two numbers
-
Program to simulate a calculator
-
Program to print grades based on the marks
-
Program to check Given number is even or odd
-
Program to find Maximum of two numbers using ternary operator
-
Program to find Roots of quadratic equation factor
-
Program to find Roots of quadratic equation formula
-
Program to check Whether a given number is positive,negative or zero
-
Program to find Maximum of three numbers
-
Program to print numbers from 1 to 100
-
Program to find the sum of digits of a number
-
How to write a program to display numbers from 1 to 5
-
How to write a program to display odd numbers from 1 to 9 ?
-
How to write a program to display even numbers from 1 to n ?
-
How to write a program to display even and odd numbers?
-
How to write a program to display numbers from n down to 1?
-
How to write a program to find sum of integers between 1 to n that are divisible by 5 ?