what does data structure mean?

Answer Posted / richa

and also by default static variable is initialised to
zero...

Is This Answer Correct ?    10 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

main() { inta=10,b=20; a>=5?b=100:b=200; printf("%d ",b); }

915


how many errors in c explain deply

1633


What are formal parameters?

664


how to write a c program to print list of fruits in alpabetical order?

1797


What is infinite loop?

632






How macro execution is faster than function ?

673


What is a nested formula?

609


What is class and object in c?

592


how many key words availabel in c a) 28 b) 31 c) 32

635


Declare the structure which contains the following members and write in C list of all students who score more than 75 marks. Roll No, Name, Father Name, Age, City, Marks.

687


What type is sizeof?

588


What are the types of data types and explain?

675


An organised method of depicting the use of an area of computer memory used to signify the uses for different parts of the memory a) swap b) extended memory c) memory map d) all of the above

710


What is size of union in c?

584


What is variable declaration and definition in c?

505