What is the best way to store flag values in a program?
No Answer is Posted For this Question
Be the First to Post Answer
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
What are the 3 types of structures?
what is the other ways to find a logic to print whether a number is an even or odd wit out using % symbol??????? i know three different ways to print it. so i need any other different logic>>>>>
What is mean by Data Driven framework in QTP? Can any one answer me in details on this regard.
How can I read/write structures from/to data files?
write a program that explain #define and # undef directive
What is the o/p of the follow pgm? #include<stdio.h> main() { char char_arr[5]=”ORACL”; char c=’E’; prinf(“%s\n”,strcat(char_arr,c)); } a:oracle b. oracl c.e d.none
Does c have class?
What is the meaning of this decleration? unsigned char (*pArray[10][10]); please reply.
Can you assign a different address to an array tag?
What is equivalent to ++i+++j?
a sequence of bytes with one to one corrspondence to those in the external device a) sequential addressing b) address c) byte code d) none