What is format for defining a structure?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C++ General Interview Questions

Is c++ the best programming language?

0 Answers  


How do you define a class in c++?

0 Answers  


What is the role of C++ shorthand's?

0 Answers   TCS,


Is c better than c++?

0 Answers  


Why is c++ still used?

0 Answers  






What is c++ flowchart?

0 Answers  


iam a fresher to Qt(GUI a c++ based framework software). i need to develop the basic applications on designer by drag and dropping mechanism...so pls send me the procedure to design applications?

1 Answers  


Why do we use using namespace std in c++?

0 Answers  


Const char *p , char const *p What is the difference between the above two?

0 Answers   TCS,


class X { public: int x; static void f(int z); }; void X::f(int y) {x=y;} What is the error in the sample code above? a) The class X does not have any protected members. b) The static member function f() accesses the non-static z. c) The static member function f() accesses the non-static x. d) The member function f() must return a value. e) The class X does not have any private members.

2 Answers   Quark,


Where are setjmp and longjmp used in c++?

0 Answers  


What do you mean by overhead in c++?

0 Answers  


Categories