What are the 5 types of organizational structures?



What are the 5 types of organizational structures?..

Answer / Pintu

"In C programming, there are five types of data structures: Arrays, Pointers, Structures, Unions and Linked Lists."

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More C Interview Questions

Explain the use of #pragma exit?

1 Answers  


why program counter is 16 bit?

3 Answers  


I came across some code that puts a (void) cast before each call to printf. Why?

1 Answers  


write a C and C++ programme to implement the A,bubble sort B,quick sort C,insertion sort D,sequential search E,binary search

1 Answers   ADP, TCS,


If "AaBbCc" is passed to the char char x(*a) { a[0]?x(a+1):1; printf("%c",a[0]); return 1; } what will be the output?

6 Answers   Hughes,


what are the compilation steps? ( i want inside the compiler )

2 Answers  


What is the difference b/w main() in C language and main() in C++.

7 Answers  


write a program fibonacci series and palindrome program in c

1 Answers   Aditi Placement Service,


Explain how do I determine whether a character is numeric, alphabetic, and so on?

1 Answers  


can any one please explain, how can i access hard disk(physical address)? it is possible by the use of far,near or huge pointer? if yes then please explain......

0 Answers  


What is structure padding ?

3 Answers   HP,


What are header files and what are its uses in C programming?

1 Answers  


Categories