WHAT IS DIFF BETWEEN int a[][]=[4]
int [][]a=[4]
Answers were Sorted based on User's Feedback
Answer / hj
Yes There is diff between, both will give you error. one
will give compiler error and another will give systax error.
| Is This Answer Correct ? | 4 Yes | 1 No |
how do you like to go up in a swing
How to Implement static object hierarchies in ATL ?
Which ATL Classes Facilitate ActiveX Control Containment?
Will ATL create all of the topological relationships within the topology layer?
Why is the put_Font or putref_Font method not called when an ActiveX control's Font property is changed by the ActiveX Control Pad?
What are the reasons an ATL server might fail to register?
what is proces ?
how to create SDK based ATL ? how to create SDK based COM?
How to Use structs in Automation-compatible interfaces?
How to Reuse interface implementation in source in ATL projects ?
What changes does a control need to run in an MFC 4.2b container?
why we write function's implementation in .h file while developing the Web application through VC++?