¡@

Home 

c++ Programming Glossary: exam

Why does the output of >> applied on a negative number is filled with ones on the MSBs if it's declared as integer?

http://stackoverflow.com/questions/15729765/why-does-the-output-of-applied-on-a-negative-number-is-filled-with-ones-on-th

if it's declared as integer following this Q A I tried to exam the answer so I wrote #include stdio.h int main int t int i.. right. Below is my diagrammatic representation with an example to show how this works for one byte Example i 5 3 shift bits.. becomes 0 . I think it would be good if I write an example for a positive number too. So we take an example 5 3 and..

C++ - what does the colon after a constructor mean? [duplicate]

http://stackoverflow.com/questions/2785612/c-what-does-the-colon-after-a-constructor-mean

void demo 0 0 dat1 0 return 0 It's from a past exam paper and the question is to correct errors in the code so ignore..

C++ difference between reference, objects and pointers

http://stackoverflow.com/questions/3224155/c-difference-between-reference-objects-and-pointers

reference objects and pointers This is a question from an exam in an advanced course in OOP taught in C in TAU university this..

What is the main difference in object creation between Java and C++?

http://stackoverflow.com/questions/3820178/what-is-the-main-difference-in-object-creation-between-java-and-c

object creation between Java and C I'm preparing for an exam in Java and one of the questions which was on a previous exam.. in Java and one of the questions which was on a previous exam was What is the main difference in object creation between Java.. C I think I know the basics of object creation like for example how constructors are called and what initialization blocks..

To find the longest substring with equal sum in left and right in C++

http://stackoverflow.com/questions/8469407/to-find-the-longest-substring-with-equal-sum-in-left-and-right-in-c

for some samples and not for the others. Since this is an exam type question I don't have the test cases either. c substring..

The main difference between Java & C++ [closed]

http://stackoverflow.com/questions/9192309/the-main-difference-between-java-c

main difference between Java C closed Before my exam in the following week on advanced programming I've tried to..