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
5 5942what is the output? #define fun(a,b,t) (g ##t=(a),(a)=(b),(b)=g##t) float gfloat; main() { float a=1.12,b=3.14; fun (a,b,float); printf("na=%4.2f,b=%4.2f",a,b); } A)Error in Defining Macro B)a=1.12,b=3.14 C)a=3.14,b=1.12 D)None of the Above
3 9744study the code:
#include
Which of the following are valid "include" formats?
A)#include and #include[file.h]
B)#include (file.h) and #include
C)#include [file.h] and #include "file.h"
D)#include
Study the Following Points: a.One Cannot Take the address of a Bit Field b.bit fields cannot be arrayed c.Bit-Fields are machine Dependant d.Bit-fields cannot be declared as static 1. Which of the Following Statements are true w.r.t Bit- Fields A)a,b&c B)Only a & b C)Only c D)All
3 70812. What is the function of ceil(X) defined in math.h do? A)It returns the value rounded down to the next lower integer B)it returns the value rounded up to the next higher integer C)the Next Higher Value D)the next lower value
3 50723. When do you say that a digraph is acyclic A)if and only if its first search does not have back arcs B)a digraph is acyclic if and only if its first search does not have back vertices C)if and only if its first search does not have same dfnumber D)None of these
15574.A function 'q' that accepts a pointer to a character as argument and returns a pointer to an array of integer can be declared as: A)int (*q(char*)) [] B)int *q(char*) [] C)int(*q)(char*) [] D)None of the Above
6 11151Post New Accenture C Interview Questions
For a 6.6kV Motor it is recommended to do megger test with 500 V d.c and not more than 5kV d.c but the Hi voltage withstand test should be performed by 12kV AC. Why the dc voltage test should be limited but AC voltage withstand test could be with such a high voltage?
How to use regular expression in pattern match conditions?
we have a rewind motor of 2Hp,2800Rpm, 220Volt AC. how can we choose the running capacitor for this motor, any formula for that?
What is meant by dclgen?
Where is turn windows features on or off?
Explain the basic url structure in codeigniter?
Can you define highlighting?
What is kirchoff ’s current law (kcl)?
What is the difference between while and do while loop? Explain with examples.
what is the difference between SOAP and other remote access techniques?
How to use 'mysql' to run sql statements?
why is the column design?
What are the types of search helps? : sap abap data dictionary
Write a program to reverse a linked list in c.
What should be done in case you are not able to log in even after entering the right details and you get no error message?