I am trying to execute scripts of procedures in another database. The problem is this stored procedure exist or not in database. For handlin...
Read More
Rules for Constructing Variable Names
Rules for Constructing Variable Names A variable name is any combination of 1 to 31 alphabets, digits or underscores. Some compilers allow ...
Read More
Types of C Variables
Types of C Variables As we saw earlier, an entity that may vary during program execution is called a variable . Variable names are names gi...
Read More
Rules for Constructing Character Constants
Rules for Constructing Character Constants A character constant is a single alphabet. A single digit or a single special symbol enclosed wi...
Read More
Rules for Constructing Real Constants
Rules for Constructing Real Constants Real constants are often called Floating Point constants. The real constants could be written in two ...
Read More
Rules for Constructing Integer Constants
Rules for Constructing Integer Constants An integer constant must have at least one digit . It must not have a decimal point . It can be ei...
Read More
Delete specific values from column with where condition?
Delete specific values from column with where condition? Here, I want to delete values/data from specific one column with the WHERE conditi...
Read More
Types of C Constants
Types of C Constants C constants can be divided into two major categories: Primary Constants Secondary Constants These constants are further...
Read More
Constants, Variables and Keywords
Constants, Variables and Keywords The alphabets, numbers and special symbols when properly combined form constants, variables and keywords. ...
Read More
The C Character Set
The C Character Set A character denotes any alphabet, digit or special symbol used to represent information. Figure 1.2 shows the valid alph...
Read More
Getting Started with C
Getting Started with C There is a close analogy between learning English language and learning C language. The classical method of learning ...
Read More
Subscribe to:
Posts
(
Atom
)