Skip to content

B.tech Computer Science and IT

B.tech Computer Science and IT

  • C language

Rules for Constructing Variable Names in C

C language / December 25, 2022 / yashpal singh / 0

In C, there are a few rules to follow when constructing variable names: Here are a few examples of valid and invalid variable names in C: Valid: Invalid: It’s also a good idea to follow a naming convention when naming variables in C. One common convention is to use lowercase letters and to separate words

Read more

Types of Variables in C

C language / December 25, 2022 / yashpal singh / 0

In the C programming language, variables are used to store values that can be manipulated by the program. There are several different types of variables in C, including: There are also several other types of variables in C, including long, short, and unsigned variables. In addition, C allows we to create our own custom types

Read more

Rules for Constructing Character Constants in C

C language / December 25, 2022 / yashpal singh / 0

In C, a character constant is a single character enclosed in single quotes (‘). Here are the rules for constructing character constants in C: Example:

Read more

Rules for Constructing Real Constants in C

C language / December 25, 2022 / yashpal singh / 0

In the C programming language, there are a few rules to follow when constructing real constants: It’s important to note that real constants are not the same as variables or expressions. They are simply literal values that are written directly into the source code of a program.

Read more

Rules for Constructing Integer Constants in C

C language / December 25, 2022 / yashpal singh / 0

There are a few rules to follow when constructing integer constants in C:

Read more

Types of Constants in C programming language

C language / December 25, 2022 / yashpal singh / 0

In the C programming language, constants refer to fixed values that are not expected to change during the execution of a program. There are several types of constants that can be used in C, including:

Read more

Constants, Variables and Keywords C programming language

C language / December 25, 2022 / yashpal singh / 0

In the C programming language, constants are fixed values that cannot be changed during the execution of a program. Constants can be of various types, such as integers, floating-point numbers, characters, and strings. For example, the following are constants in C: Variables are named storage locations in a computer’s memory where we can store and

Read more

Character Set in C Programming language

C language / December 25, 2022 / yashpal singh / 0

In the C programming language, the character set refers to the set of characters that are recognized by the compiler. The C character set includes the following: The C character set also includes a number of escape sequences, which are special characters that are represented by a combination of characters beginning with a backslash ().

Read more

What is C programming language ?

C language / December 25, 2022 / yashpal singh / 0

C is a general-purpose programming language that was developed in the 1970s at Bell Labs by Dennis Ritchie. It is a procedural language, meaning that it is designed to support structured programming, with a focus on function calls and the modification of variables. C is a compiled language, which means that it is translated from

Read more

1 … 58 59 60

Recent Posts

  • How install WordPress on Google Cloud ?
  • Getting started with Google Cloud Platform
  • What is Cloud computing ?
  • IP Multicast
  • DatagramChannel in java

Recent Comments

No comments to show.

Archives

  • March 2023
  • February 2023
  • January 2023
  • December 2022

Categories

  • C language
  • cloud computing
  • google cloud
  • Java Network Programming
  • About
  • Privacy Policy

Copyright © 2023 B.tech

Search