How many bit combinations are there in a byte?
Answer Posted / saranya
the first two answers are right
| Is This Answer Correct ? | 4 Yes | 14 No |
Post New Answer View All Answers
What is cin clear () in c++?
Show the declaration for a static function pointer.
How do I use turbo c++?
How can you link a c++ program to c functions?
What are static variables?
Is there any difference between int [] a and int a [] in c++?
Describe exception handling concept with an example?
Will c++ be replaced?
How would you implement a substr() function that extracts a sub string from a given string?
In int main(int argc, char *argv[]) what is argv[0] a) The first argument passed into the program b) The program name c) You can't define main like that
Why use of template is better than a base class?
How the delete operator differs from the delete[]operator?
Describe about storage allocation and scope of global, extern, static, local and register variables?
write a programme to get a character and thier ASCII value
What is the use of 'using' declaration in c++?