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

Write a C program that computes the value ex by using the formula ex =1+x/1!+x2/2!+x3+3!+………….

1 Answers  


a program that performs some preliminary processing in C, it acts upon certain directives that will affect how the compiler does its work a) compiler b) loader c) directive d) preprocessor

0 Answers  


What is the best style for code layout in c?

0 Answers  


To what value do nonglobal variables default? 1) auto 2) register 3) static

4 Answers  


What is signed and unsigned?

0 Answers  






Print all numbers which has a certain digit in a certain position eg: number=45687 1 number=4 2 number=5 etc

4 Answers  


Write a program on swapping (100, 50)

0 Answers   BPL,


Write the program for displaying the ten most frequent words in a file such that your program should be efficient in all complexity measures.

3 Answers   Google,


How can a number be converted to a string?

1 Answers  


What is the difference between char array and char pointer?

0 Answers  


how 2 compile & execute c program with out using editor?

2 Answers   HP,


c program to print a name without using semicolon

9 Answers   TCS, Wipro,


Categories