WHAT IS DIFF BETWEEN int a[][]=[4]
int [][]a=[4]

Answers were Sorted based on User's Feedback



WHAT IS DIFF BETWEEN int a[][]=[4] int [][]a=[4]..

Answer / sai

int [][]a = [4]; gives syntax error.

Is This Answer Correct ?    7 Yes 0 No

WHAT IS DIFF BETWEEN int a[][]=[4] int [][]a=[4]..

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

Post New Answer

More ATL Interview Questions

how do you like to go up in a swing

1 Answers   Colgate,


what type of questions are asked in the test of pcs and what type of questoins are asked by interviewer in pcs interview.

0 Answers  


How to Load Controls Specified at Run Time?

1 Answers  


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?

0 Answers  


why we write function's implementation in .h file while developing the Web application through VC++?

0 Answers   TCS,






what is proces ?

5 Answers   OfficeNet,


What changes does a control need to run in an MFC 4.2b container?

0 Answers  


What are the known problems with the ATL 2.0 Object Wizard?

1 Answers  


Does ATL require an application server to operate?

0 Answers   HCL,


What problems might be encountered when using _ATL_MIN_CRT? What causes the linker error that _main is unresolved during Release builds?

2 Answers  


Which ATL Classes Facilitate ActiveX Control Containment?

1 Answers  


What Is the ATL Control-Hosting API?

2 Answers  


Categories