Difference between Class and Struct.
Answer Posted / frozan maqsoodi
the main difference is the default access specifier.
constructors can be declared in structures. try it, you
will get the answer.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Was 2000 a leap year?
What does c mean?
How are structure passing and returning implemented?
in any language the sound structure of that language depends on its a) character set, input/output function, its control structures b) character set, library functions, input/output functions its control structures c) character set, library functions, control sturctures d) character set, operators, its control structures
How a string is stored in c?
What is abstract data structure in c?
What is the purpose of sprintf?
Is there a built-in function in C that can be used for sorting data?
Write a C Program That Will Count The Number Of Even And Odd Integers In A Set using while loop
What happens if you free a pointer twice?
What is the total generic pointer type?
What is gets() function?
Are local variables initialized to zero by default in c?
Explain how can I convert a string to a number?
Given a valid 24 hour format time find the combination of the value and write a program ,do not hard the value and if any other inputs provided should work with the logic implemented Input: 11:30 Output: 13:10 Input: 18:25 Output: 21:58