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 |
Explain the use of #pragma exit?
why program counter is 16 bit?
I came across some code that puts a (void) cast before each call to printf. Why?
write a C and C++ programme to implement the A,bubble sort B,quick sort C,insertion sort D,sequential search E,binary search
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?
what are the compilation steps? ( i want inside the compiler )
What is the difference b/w main() in C language and main() in C++.
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?
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......
What is structure padding ?
What are header files and what are its uses in C programming?