What is file in c language?
No Answer is Posted For this Question
Be the First to Post Answer
Should I learn data structures in c or python?
What are the 5 organizational structures?
What are the uses of pre-processor directives?
What is the scope of static variables?
regarding the scope of the varibles;identify the incorrect statement: a.automatic variables are automatically initialised to 0 b.static variables are are automatically initialised to 0 c.the address of a register variable is not accessiable d.static variables cannot be initialised with any expression
Explain the differences between public, protected, private and internal.
How can we allocate array or structure bigger than 64kb?
What is an volatile variable?
write a c program to find reminder and quotient if one number is divided by other.to code this program don't use more than 2 variables
What is the use of in c?
What are qualifiers and modifiers c?
How do you determine whether to use a stream function or a low-level function?