given the piece of code int a[50]; int *pa; pa=a; to access the 6th element of the array which of the following is incorrect? a.*(a+5) b.a[5] c.pa[5] d.*(*pa + 5)
6 32418Post New amu Interview Questions
What are bash scripts used for?
Which property is used to control the repetition of an image in the background?
Define composer.
What is the primary use of normalization?
What is assertion in jmeter?
Implement bit Array in C.
What's the difference between Windows Server 2003 x64 Editions and Windows Server 2003 for 64-bit Itanium-based Systems?
What is rx in android?
Does node.js support multithreading?
What is mean by PDR?
Can there be sub steps of etl steps?
Can anyone send me a vb script function for verifying the functionality of active links on a web page
What was the recent update which google had and what changes would you suggest for it?
How does django framework work?
What are the disadvantages of storing session state in cookies?