What is typedef?



What is typedef?..

Answer / hrpynux@gmail.com

The typedef is a keyword used in C programming to provide some meaningful names to the already existing variable in the C program. It behaves similarly as we define the alias for the commands. In short, we can say that this keyword is used to redefine the name of an already existing variable.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More C Interview Questions

How can I manipulate individual bits?

0 Answers  


The file stdio.h, what does it contain?

0 Answers  


What is the function of volatile in c language?

0 Answers  


What is a function in c?

0 Answers  


hi to every one .. how to view table pool after creating the pooled table? plz help me.. if any knows abt this ..

0 Answers  






Write a C program to count the number of email on text

0 Answers  


How to access or modify the const variable in c ?

16 Answers   HCL, HP,


How can you invoke another program from within a C program?

0 Answers  


find the sum of two matrices and WAP for it.

0 Answers   Huawei,


what is the c.

3 Answers   IBM, TCS,


What are the Advantages of using macro

0 Answers  


main() { printf(5+"Vidyarthi Computers"); }

6 Answers  


Categories