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 c source code for the below output? 5555555555 4444 4444 333 333 22 22 1 1 22 22 333 333 4444 4444 5555555555
in programming languages a statement or part of a statement that specifies several different execution sequences a) constructs b) distructs c) executes d) none
Explain the term printf() and scanf() used in c language?
Why string is used in c?
What is quick sort in c?
Is multithreading possible in c?
What are the header files used in c language?
What is the size of empty structure in c?
write a c program to do the following: a) To find the area of a triangle. b) To convert the temperature from Fahrenheit to Celsius. c) To convert the time in hours : minutes : seconds to seconds.
Write a C/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 maximum number of concurrent threads that the InnoDB plug-in can create.
What is meant by initialization and how we initialize a variable?
What is the difference between printf and scanf )?
Difference between macros and inline functions? Can a function be forced as inline?
What is a nested loop?
Is it acceptable to declare/define a variable in a c header?