what is difference between array and structure?
Answer Posted / ankur
array starts from a
and structure means 36-24-36
most significant diffrence
| Is This Answer Correct ? | 14 Yes | 54 No |
Post New Answer View All Answers
What is main function in c?
What is static and auto variables in c?
What is pointer in c?
What is bubble sort technique in c?
How can I remove the leading spaces from a string?
What are the types of unary operators?
How can I write a function that takes a format string and a variable number of arguments?
please give me a VIRTUSA sample palcement papers.... you will only send TECHNICAL SECTION..... that is help for me Advance Thanks........................
a program that performs some preliminary processing in C, it acts upon certain directives that will affect how the compiler does its work a) compiler b) loader c) directive d) preprocessor
How can I pad a string to a known length?
explain how do you use macro?
Is null a keyword in c?
Write a program to use switch statement.
What are the disadvantages of a shell structure?
int main() { Int n=20,i; For(i=0;i<=n;i--) { Printf(“-“); Return 0;