Answer Posted / dharmaraj
A STRUCTURE IS "ALL THE DATAS TO SAVING IN ONE UNIT "AND
CALLED IN SINGLE NAME.
the structur is used in use "struct" keyword.
[e.g]
struct struct_name()
{
-----
-----
}
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
How can I dynamically allocate arrays?
the constant value in the case label is followed by a a) semicolon b) colon c) braces d) none of the above
Which of these functions is safer to use : fgets(), gets()? Why?
What is a program flowchart and how does it help in writing a program?
Why is extern used in c?
Tell me when would you use a pointer to a function?
What are formal parameters?
c programs are converted into machine language with the help of a) an interpreter b) a compiler c) an operatinf system d) none of the above
What is calloc malloc realloc in c?
What is the use of sizeof () in c?
What is array in C
Can a function be forced to be inline? Also, give a comparison between inline function and the C macro?
What would be an example of a structure analogous to structure c?
Where are c variables stored in memory?
WRITE A CODE IN C TO SEARCH A FILE FROM NOTEPAD FILE.