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
Are there any problems with performing mathematical operations on different variable types?
Can main () be called recursively?
hi to every one .. how to view table pool after creating the pooled table? plz help me.. if any knows abt this ..
What is the benefit of using an enum rather than a #define constant?
praagnovation
What are called c variables?
Why isn't it being handled properly?
What is c programing language?
Differentiate between ordinary variable and pointer in c.
State the difference between realloc and free.
Tell me what are bitwise shift operators?
What is the use of clrscr?
What is pivot in c?
Write a program with dynamically allocation of variable.
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