12. Look at the Code: main() { int a[]={1,2,3},i; for(i=0;i<3;i++) { printf("%d",*a); a++; } } Which Statement is/are True w.r.t the above code? I.Executes Successfully & Prints the contents of the array II.Gives the Error:Lvalue Required III.The address of the array should not be changed IV.None of the Above. A)Only I B)Only II C)II & III D)IV
4 8025The size of the bucket is N kb. The bucket fills at the rate of 0.1 kb per millisecond. A programmer sends a program to receiver. There it waits for 10 milliseconds. And response will be back to programmer in 20 milliseconds. How much time the program takes to get a response back to the programmer, after it is sent?
1 6485Post New Accenture Interview Questions
What types of testing is specifically important for web testing?
What is reactjs-jsx?
Explain digital circuits?
When troubleshooting computer network problems, what common hardware-related problems can occur?
What is JDBC Transaction Management and why do we need it?
What is a background processing batch scheduler?
What are the bean scope types?
differance between radix sort and radix exchange sort
Explain what are the features of wordpress?
Define level of the tree?
What is a webservice and what is the underlying protocol used in it?
How many types of data types are there?
What does assert() do in c#?
How can it help for avoiding costly modeling?
How do you remove whitespace from the beginning and end of a $string variable?