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
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
Answers were Sorted based on User's Feedback
What does emoji p mean?
Blade logic interview question. 1st round is a written tests with 15 multiple questions from c and c++. All are simple basic question. Like int main () { Int i=65; Return printf(“%c”, i); } 2nd and 3rd round is technical interview. The position for which I was interview was core UNIX and c. Yes it is for system programming. The company has product name blade server. For their server they are creating their own command for their purpose. Example cd command. We can implement it in a c program by using the chdir() function. So the question asks related to PID, fork, pipe, shared memory, signal. Write a program in c which will act as cp command.
1 Answers BladeLogic, Infosys,
read a number & print all its devisors using c-program?
what is the difference between class and unio?
where does it flourished?
What is c preprocessor mean?
How can I get the current date or time of day in a c program?
Tell me can the size of an array be declared at runtime?
Can I initialize unions?
What are the disadvantages of a shell structure?
What is sorting in c plus plus?
How do I create a directory? How do I remove a directory (and its contents)?