Episode #15 | What Is Typecasting In C Programming Language? | By DDSRY
The C Programming Language Podcast
by DDSRY
1y ago
Episode #15 | What Is Typecasting In C Programming Language? | By DDSRY by DDSRY ..read more
Visit website
Episode #14 | What Is Data Types In C Programming Language? | By DDSRY
The C Programming Language Podcast
by DDSRY
1y ago
Episode #14 | What Is Data Types In C Programming Language? | By DDSRY by DDSRY ..read more
Visit website
Episode #13 | What are Operator and Its Types in C ? Programming Language?
The C Programming Language Podcast
by DDSRY
1y ago
Episode #13 | What are Operator and Its Types in C ? Programming Language? by DDSRY ..read more
Visit website
Episode #12 | What is identifier in C Programming Language? | By DDSRY
The C Programming Language Podcast
by DDSRY
1y ago
About: Episode #12 of The C Programming Podcast. What is an identifier? - Identifier is a tag name for a particular entity(e.g. Variable, function, etc.), Which uniquely defines it. By DDSRY ..read more
Visit website
Episode #11 | What Is Structure In C Programming? | By DDSRY
The C Programming Language Podcast
by DDSRY
1y ago
About: Episode #11 of The C Programming Podcast. What is a structure in C Language? - Structure is the collection of a variable having different data type, under a single name tag ..read more
Visit website
Episode #10 | Rules to Declare Variable in C Programming Language | By DDSRY
The C Programming Language Podcast
by DDSRY
1y ago
About: Episode of The C Programming Podcast. Rules for naming C variable / Rules to declare a variable? 1. Every variable name should start with alphabets or underscore (_). 2. No spaces are allowed in variable declaration. 3. Except underscore(_) no other special symbols are allowed in the middle of the variable declaration. 4. Maximum length of the variable is 8 characters depending on the compiler and operating system. 5. Every variable name always should exist in the left hand side ofassignment operator(invalid ->10=a; valid->a=10;) 6. No keyword should access variable name(int for ..read more
Visit website
Episode #9 | What is Variable in C Programming? | By DDSRY
The C Programming Language Podcast
by DDSRY
1y ago
About: Episode #9 of The C Programming Podcast. What is Variable in C Programming? - Variable is used to store data. - Variables are used to store information to be referenced and manipulated in a computer program. - A variable is nothing but a name given to a storage area that our programs can manipulate. -Each variable in C has a specific type, which determines the size and layout of the variable's memory; the range of values that can be stored within that memory; and the set of operations that can be applied to the variable ..read more
Visit website
Episode #7 | What are Tokens in C Programming? | By DDSRY
The C Programming Language Podcast
by DDSRY
1y ago
About: Episode #7 of The C Programming Podcast. What are tokens in C programming? - Smallest individual units in a program is known as Tokens. Basically, they are the individual words symbols and punctuation marks ..read more
Visit website
Episode #6 | What is Header File in C Programming? | By DDSRY
The C Programming Language Podcast
by DDSRY
1y ago
About: Episode #6 of The C Programming Podcast. What is header file? - Header file is a file that contains the declaration of a library function, Global variable(Define in other source files), and macro definitions. - The extension of the header file is ‘.h ..read more
Visit website
Episode #5 | What is Compiler in C Programming? | By DDSRY
The C Programming Language Podcast
by DDSRY
1y ago
About: Episode #5 of The C Programming Podcast. what is a Compiler? - Compiler is a software module that translates (convert) the source code of a program into executable code ..read more
Visit website

Follow The C Programming Language Podcast on FeedSpot

Continue with Google
Continue with Apple
OR