Ask a Question | Answer a Question! |
Submitting your question...
ResFinder - Thousands of Practice Papers
Is anyone aware of unsigned integer ?? i came across this somewhere in text but forgot what it was.........Can anyone explain exactly why it is called unsigned and its working ??
And What is the exact meaning of dynamic initialisation ?? ( dont give me definition lol...i want the application explanation ) |
|
asked by MP Harsha (student58) 8 years ago |
2 |
what is bubble sort |
|
asked by Chulbul Pandey (chulbulpandey) 8 years ago |
0 |
A method that converts a string to primitive data type is: |
|
asked by Likitha Manjunath (stage2) 8 years ago |
2 |
If int A[ ] = {9,8,0,4,5,6,6,8,1,5};
What are the values of 'm' and 'n'?. m = Math.max(Math.pow(A[1],A[2]) , Math.sqrt(A[3])); n = Math.pow(Math.min(A[1],A[7]), A[3]); |
|
asked by Appus nikhil (appus007) 8 years ago |
3 |
Guys could any1 help me.... i want some long if programs of different sorts... plzz |
|
asked by Phaneendra Tenneti (phaneendra12) 8 years ago |
0 |
Economic Applications people:- Can you please explain what is 'reserve price of a seller'... |
|
asked by Gunjan Maheshwari (chocopie2000) 8 years ago |
0 |
REALLY? NO ECO APP PPL HERE? |
|
asked by Sidra Haider (sidrahaider) 8 years ago |
2 |
What would be the output?
int a=5, b=8;
int sum=9;
sum+= a++ + --b +(sum-- + a);
System.out.print(sum); |
|
asked by Sg (shreerockz15) 8 years ago |
1 |
Guys what to study for class as user defined type and input output and encapsulation chapters pl z tell the important things to study !? |
|
asked by Abhishek Shyam (abhibenne) 8 years ago |
0 |