what is difference between array and structure?
Answer Posted / monishasyed
Array is same data type
it can not bit field
it has the base pointer
structure is the different data type
it can bit field
it has the poiter
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Difference between MAC vs. IP Addressing
What is array in c with example?
Differentiate between the expression “++a” and “a++”?
What is hashing in c language?
What are static variables in c?
What is a header file?
Define and explain about ! Operator?
Write a function stroverlap that takes (at least) two strings, and concatenates them, but does not duplicate any overlap. You only need to worry about overlaps between the end of the first string and the beginning of the second string. Examples: batman, manonthemoon = batmanonthemoon batmmamaman, mamamanonthemoon = batmmamamanonthemoon bat, man = batman batman, batman = batman batman, menonthemoon = batmanmenonthemoon
please give me a VIRTUSA sample palcement papers.... you will only send TECHNICAL SECTION..... that is help for me Advance Thanks........................
What is quick sort in c?
How can I implement a delay, or time a users response, with sub-second resolution?
Tell me the use of bit field in c language?
write a c programming using command line argument,demonstrate set operation(eg;union,intersection,difference) example output is c:>setop 12 34 45 1 union 34 42 66 c:>setop 12 34 1 42 66 c:>setop 12 34 diff 12 56 67 78 setop 12 34
If you know then define #pragma?
How is a pointer variable declared?