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

Write a C/C++ program that connects to a MySQL server and checks if the InnoDB plug-in is installed on it. If so, your program should print the maximum number of concurrent threads that the InnoDB plug-in can create.

1478


Can you please explain the difference between malloc() and calloc() function?

619


Design a program which assigns values to the array temperature. The program should then display the array with appropriate column and row headings.

1768


Explain the difference between malloc() and calloc() function?

602


In c programming typeing to occupy the variables in memory space. if not useing the variable the memory space is wasted.ok, how to avoid the situation..? (the variable is used & notused)

1633






Explain what are reserved words?

635


What is #include called?

567


Write a function that will take in a phone number and output all possible alphabetical combinations

604


Write a program in "C" to calculate the root of a quadratic equation ax^2+bx+c=0, where the value of a,b & c are known.

1726


Are there any problems with performing mathematical operations on different variable types?

575


What is pragma in c?

629


Can you please explain the scope of static variables?

601


What is the maximum length of an identifier?

665


How do you use a 'Local Block'?

723


Why c is procedure oriented?

574