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
How can I discover how many arguments a function was actually called with?
What is "Duff's Device"?
How is = symbol different from == symbol in c programming?
What does int main () mean?
What are the advantages of using Unions?
Do variables need to be initialized?
Differentiate between null and void pointers.
What is the full form of getch?
Is anything faster than c?
How many types of errors are there in c language? Explain
Explain the use of bit fieild.
What is the scope of local variable in c?
I was asked to write a program in c which when executed displays how many no.of clients are connected to the server.
What are formal parameters?
What is %d called in c?