Posts

Format for Print and Scan Statements

Image
  Format for Print and Scan Statements: We use following format for printf and scanf the statement. Printf statement use to print any thing on the screen. On the other hand scanf statement use to enter data from the user at runtime.  e.g; printf("Name %d",a); scanf("%d",&a); we will use these statement in the programs as per the program requirements.

C Language

Image
 C Language In this C Language learning Website, I have tried to explain everything in detail. So that you don't have any doubt left. And you will be able to create your own program with confidence.  With regards.....

C Language Welcome program

Image
  Welcome Program with Printf and Scanf Statement: # include <stdio.h> # include<conio.h> void main() { clrscr(); printf("Welcome"); getch(); } Output will be: Welcome

C Language Format Specification

Image
Format Specifications:- % c - char single character % d - integer % f - float or double signed decimal % e - (%E) float or double % g - (%G) float or double use %f or %e as required % o - int unsigned octal value % p  - pointer address stored in the pointer % s - array of char sequence of characters % u - int unsigned decimal % x - (%x) int unsigned hex value.

C Programming Language

Image
C  Programming  Language:   Today I am going to discuss about C Language. What is C Language? C is a general-purpose procedural language. Supporting structure programming. which was develops in the 1970s by Dennis Ritchie at Bell Lab C is the best language for beginners who wants to start their career in the programming field. C language is the best platform for programming learners.  In the upcoming years, there is a huge scope for programmers and developers. Any developers who want to go into the software developing field. They should have good programming knowledge.  C language has a very simple syntax early learn and understand. Anybody who is interested to learn a language. And who has a little bit intention to learn Programming Language can easily learn this "C" Programming Language. It's a middle-level programming language. Because it supports both the features of High level and Low level languages. And one more thing "C" is a case-sensitive language. If