typedef in C Part-1 | C Language Tutorial

preview_player
Показать описание
C Language Tutorial Videos
typedef in C
Part-1

? Visit Our Website for Classroom Training:
? For Online Training:
--------------------------

? About NareshIT:

"Naresh IT is having 14+ years of experience in software training industry and the best Software Training Institute for online training, classroom training, weekend training, corporate training of Hadoop, Salesforce, AWS, DevOps, Spark, Data Science, Python, Tableau, RPA ,Java, C#.NET, ASP.NET, Oracle, Testing Tools, Silver light, Linq, SQL Server, Selenium, Android, iPhone, C Language, C++, PHP and Digital Marketing in USA,Hyderabad, Chennai and Vijayawada,Bangalore India which provides online training across all the locations

--------------------------

? Our Online Training Features:
1.Training with Real-Time Experts
2.Industry Specific Scenario’s
3.Flexible Timings
4.Soft Copy of Material
5. Share Videos of each and every session.

--------------------------

+1404-232-9879 or India: +918179191999

** Check The Below Links**
? Follow us on Linkedin:
Рекомендации по теме
Комментарии
Автор

Thank you very much! I don't understand why all teachers don't share knowledge in internet. There is so many courses and personal teachers, but so little free lesson. Thank you!

rtnjo
Автор

Sir, very good teaching system you slow speaking English and easy way speaking are also unique.

pawanKumar-ttku
Автор

Sir why should we take alias name though we declared data type and variables a, b, c so what is use of type def

dhoni_dhoni-iuel
Автор

C programming i understand very clearly and supper teaching, easily understand

manasal
Автор

hello sir...i see your c classes daily...really very clear understanding...and please make some videos on # define, macros and preprocessor topics... thanking you...

banavathbalajinaik
Автор

Poore india me aap ne aag laga kar rakh de he

officialsanamgamer
Автор

sir, i really like your videos, my all confusion became clear.please make python tutorial like this.Thank you so much Sir.

riturajsingh
Автор

Nice explanation sir
Your teaching is really good

srinuakula
Автор

Here is the complete code:
#include<stdio.h>
void main()
{
typedef int arr[5];
arr x={10, 20, 30, 40, 50};
printf("array elements are: ");
int i;
for(i=0;i<5;i++)
printf("%d, ", x[i]);
}

goyaldeekshant
Автор

Sir can we take the values of x from the user

chowdeswariayanampudi
Автор

Sir i need class aboutb linux operating system

manasal
Автор

You look so handsome in your white shirt sir😍

joewatson
Автор

Can we use same array to declare another variable

swarnakunchala
Автор

Make a video on merging of two files into third one sir

Saikiran-lyie
Автор

Sir can u please upload complete videos on file handling ....it's not complete in c programming play list

guddijain
Автор

In short its just another name which can be used while declaring variable.

shankysays
Автор

Typedef int area[5]. Which one in this above is considered as alias name.. doubt about it.??

Vethulshankar
Автор

Sir, , , , what is the use of typedef
We can declares the variables normally itself using data types itself right ?
Can u tell me where typedef is applicable practically

nandishnandi
Автор

On printf statement can we put Array[i] instead of x[i] ??

ThiruMurugan-mhpw
Автор

I have one doubt in c Language
int *p1;
p1=malloc(3*sizeof(int));
printf("enter first number\n");
scanf("%d", p1);
printf("enter second number\n");
scanf("%d", p1+1);
printf("enter third number\n");
scanf("%d", p1+2);
printf("number entered are %d %d and %d\n", *p1, *(p1+1), *(p1+2)); // pointer notation to print the contents of the memory location pointed by pointer
printf("number entered are %d %d and %d\n", p1[0], p1[1], p1[2]); // array notation to do the same
free(p1);
how come both outputs the same

saivamshi
visit shbcf.ru