Answer Posted / som87
A Structure in C is a collection of different data types.
While in C++ a structure consist of Data types and functions.
| Is This Answer Correct ? | 10 Yes | 3 No |
Post New Answer View All Answers
Can one function call another?
Differentiate between static and dynamic modeling.
What is typedf?
What are the uses of null pointers?
I just typed in this program, and it is acting strangely. Can you see anything wrong with it?
What are void pointers in c?
writ a program to compare using strcmp VIVA and viva with its output.
Explain the use of function toupper() with and example code?
main() { inta=10,b=20; a>=5?b=100:b=200; printf("%d ",b); }
Why should I use standard library functions instead of writing my own?
How many levels of indirection in pointers can you have in a single declaration?
what is the difference between class and unio?
How to write a multi-statement macro?
What are c header files?
Should I use symbolic names like true and false for boolean constants, or plain 1 and 0?