what is difference between array and structure?
Answer Posted / kunal
array is scope of variable
structure is a scope of data type
| Is This Answer Correct ? | 12 Yes | 6 No |
Post New Answer View All Answers
How would you rename a function in C?
Why is python slower than c?
When should volatile modifier be used?
Why do we use main function?
Can you think of a logic behind the game minesweeper.
What does return 1 means in c?
Write a program with dynamically allocation of variable.
Explain what is the purpose of "extern" keyword in a function declaration?
why return type of main is not necessary in linux
Explain what is gets() function?
Explain how can you determine the size of an allocated portion of memory?
What is #define used for in c?
Can the curly brackets { } be used to enclose a single line of code?
What is a pointer in c plus plus?
What is the difference between %d and %i?