What is the Difference between Class and Struct?
Answer Posted / purna
answer 3 is wrong.
answer 4 is absolutely corret.
| Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
What is the use of volatile?
the 'sizeof' operator reported a larger size than the calculated size for a structure type. What could be the reason?
A function can make the value of a variable available to another by a) declaring the variable as global variable b) Passing the variable as a parameter to the second function c) Either of the two methods in (A) and (B) d) binary stream
c language supports bitwise operations, why a) 'c' language is system oriented b) 'c' language is problem oriented c) 'c' language is middle level language d) all the above
What is far pointer in c?
What are the types of assignment statements?
What is string concatenation in c?
Find the second largest element in an array with minimum no of comparisons and give the minimum no of comparisons needed on an array of size N to do the same.
State the difference between x3 and x[3].
What is operator promotion?
How can variables be characterized?
What does nil mean in c?
Can an array be an Ivalue?
What is the difference between a free-standing and a hosted environment?
main use of recursive function a) processing speed high b) reduce program length/reduce repeated statements c) if you do not, use iterative methods like, for, while or do-while d) all the above