What does typedef struct mean?
No Answer is Posted For this Question
Be the First to Post Answer
What are static variables in c?
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
how to capitalise first letter of each word in a given string?
What is clrscr ()?
Why can’t constant values be used to define an array’s initial size?
how can we use static and extern?and where can we use this?
Explain what is wrong in this statement?
how can be easily placed in TCS.
Why double pointer is used in c?
what is the difference between #include<stdio.h> and #include"stdio.h" ?
What are the concepts introduced in OOPs?
Are comments included during the compilation stage and placed in the EXE file as well?