Difference between Class and Struct.
Answer Posted / frozan maqsoodi
the main difference is the default access specifier.
constructors can be declared in structures. try it, you
will get the answer.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
An expression to whose value an operater is applied a) operand b) variable c) constant d) all of the above
What is mean by Data Driven framework in QTP? Can any one answer me in details on this regard.
Explain can static variables be declared in a header file?
What is the return type of sizeof?
What are the scope of static variables?
What is the use of the function in c?
What is getch () for?
what is associativity explain what is the precidence for * and & , * and ++ how the folloing declaration work 1) *&p; 2) *p++;
typedef struct{ char *; nodeptr next; } * nodeptr ; What does nodeptr stand for?
explain what are pointers?
Discuss the function of conditional operator, size of operator and comma operator with examples.
What is spark map function?
Define C in your own Language.
if (i = 0)printf ("True"); elseprintf("False"); Under what conditions will the above print out the string "True" a) Never b) Always c) When the value of i is 0 d) all of the above
What is the use of parallelize in spark?