What is typedef?

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


Please Help Members By Posting Answers For Below Questions

Which operators cannot be overloaded a) Sizeof b) .* c) :: d) all of the above

664


Want to know how to write a C program that connects to a MySQL server and checks if the InnoDB plug-in is installed on it. If so, your program should print the total number of disk writes by MySQL.

1524


What is the auto keyword good for?

631


What are the 4 types of unions?

616


Explain what is wrong in this statement?

639






What is an array? What the different types of arrays in c?

662


How is actual parameter different from the formal parameter?

596


Explain a pre-processor and its advantages.

637


How can I get the current date or time of day in a c program?

654


Which one to choose from 'initialization lists' or 'assignment', for the use in the constructor?

572


Did c have any year 2000 problems?

660


What is a class c rental property?

620


What does volatile do?

571


When should I declare a function?

628


How can I change the size of the dynamically allocated array?

636