what is difference between internet and Internet?
Answers were Sorted based on User's Feedback
Answer / dipes
i dont think there is any differencce in between internet and
Internet and i think it was intranet and internet
| Is This Answer Correct ? | 0 Yes | 3 No |
there is no difference between internet and internet.
| Is This Answer Correct ? | 4 Yes | 21 No |
given unsigned int ui1=3,ui2=7; what are the outputs of a)ui1 & ui2 b)ui1 && ui2 c)ui1 | ui2 d)ui1 || ui2 i also need the justification for the answers thank you
difference between the c++ and c languages
When is the copy constructor called?
Can you use the function fprintf() to display the output on the screen?
Write a function to perform the substraction of two numbers. Eg: char N1="123", N2="478", N3=-355(N1-N2).
whats the size of class EXP on 32 bit processor? class EXP { char c1; char c2; int i1; int i2; char *ptr; static int mem; };
what is the use of void main() in C++ language?
How do you generate a random number in c++?
Explain the differences between private, public and protected and give examples.
How to access a variable of the structure?
WHO DEVELOPED C++?
If a round rectangle has straight edges and rounded corners, your roundrect class inherits both from rectangle and from circle, and they in turn both inherit from shape, how many shapes are created when you create a roundrect?