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 |
why we write function's implementation in .h file while developing the Web application through VC++?
Does ATL require an application server to operate?
Which ATL Classes Facilitate ActiveX Control Containment?
What are the reasons an ATL server might fail to register?
How to Load Controls Specified at Run Time?
How to Reuse interface implementation in source in ATL projects ?
how to create SDK based ATL ? how to create SDK based COM?
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?
How to Implement static object hierarchies in ATL ?
What problems might be encountered when using _ATL_MIN_CRT? What causes the linker error that _main is unresolved during Release builds?
What changes does a control need to run in an MFC 4.2b container?
What DLLs needed to ship with control?