What is the Difference between Class and Struct?
Answer Posted / vishnupriya
1.the variables of struct r jus varialbles inly,whereas it
it objects for class...
2. pointers can be used in structure only for same return
types,but in classes it can be uses for diff classes
Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
int main() { Int n=20,i; For(i=0;i<=n;i--) { Printf(“-“); Return 0;
Tell us the use of fflush() function in c language?
how many types of operators are include in c language a) 4 b) 6 c) 8 d) 12
What is the difference between c &c++?
about c language
Explain About fork()?
How can I write functions that take a variable number of arguments?
Is python a c language?
Why should I use standard library functions instead of writing my own?
why wipro wase
Write a program to produce the following output: 1 2 3 4 5 6 7 8 9 10
Explain what is dynamic data structure?
What is the heap in c?
‘ C’ PROGRAME TO SHOW THE TYPE OF TRANGLE BY ACCEPTING IT’S LENGTH .
What is use of null pointer in c?