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 32724Post New amu C Interview Questions
How will internet of things (iot) impact sustainability of environment or business?
What are pages and extents? : SQL Server Architecture
How we can identify process related and degradation impurity in single method with short period?
Is reference counting garbage collection?
What is normal operating system?
Why is tomcat not an application server?
Wt are the Buses in C Language
What does the mclabe cyclomatic complexity of a program determine?
What is the purpose of the getoptions() method?
what are the challenges you are faced with end users ?
how to fetch common records from two tables? : Sql dba
How can I format the date being displayed in the sapscript?
How to select class in jquery?
What is the different types of private assembly and shared assembly?
How can one access a class as a web service?