Answer Posted / 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 View All Answers
What is the difference between class and object in c?
What are the similarities between c and c++?
What is the difference between test design and test case design?
Explain the use of fflush() function?
Why is void main used?
Why C language is a procedural language?
Which is best book for data structures in c?
Write a program to swap two numbers without using third variable?
Explain what are binary trees?
What is the difference between int main and void main in c?
What is unary operator?
Describe how arrays can be passed to a user defined function
Explain the term printf() and scanf() used in c language?
What is adt in c programming?
Explain the use of 'auto' keyword in c programming?