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 do I use strcmp?
code for find determinent of amatrix
What are the salient features of c languages?
Why is c called c?
Write a program to produce the following output: 1 2 3 4 5 6 7 8 9 10
List the variables are used for writing doubly linked list program.
which of the following statement is wrong a) mes=123.56; b) con='T'*'A'; c) this='T'*20; d) 3+a=b;
Write a program to reverse a given number in c language?
Write a program to check palindrome number in c programming?
How can I delete a file?
Is using exit() the same as using return?
What is c basic?
What the different types of arrays in c?
How can a program be made to print the line number where an error occurs?
What is a program?