What is size of a empty class?
Answer Posted / ilana
why ?
| Is This Answer Correct ? | 6 Yes | 0 No |
Post New Answer View All Answers
int age=35; if(age>80) {Console.WriteLine("Boy you are old");} else {Console.WrieLine("That is a good age");}
an integer constant must have atleast one a) character b) digit c) decimal point
To which numbering system can the binary number 1101100100111100 be easily converted to?
Are strings immutable in c++?
What is array give example?
What is the auto keyword good for in c++?
What is the main use of c++?
What are iterators in c++?
Do inline functions improve performance?
What is c++ & why it is used?
What is java and c++?
What are the restrictions apply to constructors and destructors?
What are the rules for naming an identifier?
Is dev c++ a good compiler?
If dog is a friend of boy, is boy a friend of dog?