C Programming and Technical

Q. Do you know, what is the meaning and use of static keyword in c?

A. Keyword static is used for declaring static variables in c. This modifier is used with all data types like int, float, double, array, pointer, structure, function etc.

Read Solution (Total 0)

C Other Question

Q. Is it possible to rename any function in c?

A. Yes, we can rename any function using typedef keyword. It is useful when function declaration
is too complex and we have to give any simple name or if we have to create more numbers of
function of the same type.
Q. What is difference between .com program and .exe program?

A. Both .com and .exe program are executable program but .com program execute faster than .exe program. All drivers are .com program. .com file has higher preference than .exe For example