Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

Company Name Starts with ...
#  A  B  C  D  E   F  G  H  I  J   K  L  M  N  O   P  Q  R  S  T   U  V  W  X  Y  Z

IBM OOPS Interview Questions
Questions Answers Views Company eMail

What is Virtual Keyword?

9 12796

what type of questions

2100

write a c++ code to overload + and - for a stack class such that + provides push and - provides pop operation

1 6092

How to reverse a sentence in c program ex: ram is a good boy answer: boy good a is ram

3277

Input: enter the value:1234 output: 1 2 3 4 write a program to get above output.....

4 15716

Round up a Decimal number in c++.. example Note = 3.5 is as 4 3.3 is as 3

3 6631

What are different types of JVM's? for example we use dalvik jvm for android then what about the remaining operating systems?

2107

Post New IBM OOPS Interview Questions


IBM OOPS Interview Questions


Un-Answered Questions

What are the special characters?

957


What is the definition of LOSS. Give the formula if any.

2122


Write a program to display reverse of any number?

888


Explain the components of Redux?

407


How can we solve sql error: ora-00904: invalid identifier?

1229


What is dbms function?

983


What are the advantages of using business objects?

824


What are the data types in sas?

1031


What are the various banks take for women empowerment?

1035


What is a base url?

916


can you explain what is globals in nodejs

556


How to display the current page title in wordpress?

183


How long can an identifier be in python?

978


What are premises in accounting sense? What is vat adjustment?

1051


write an interactive C program that will encode or decode a line of text.To encode a line of text,proceed as follows. 1.convert each character,including blank spaces,to its ASCII equivalent. 2.Generate a positive random integer.add this integer to the ASCII equivalent of each character.The same random integer will be used for the entire line of text. 3.Suppose that N1 represents the lowest permissible value in the ASCII code,and N2 represents the highest permissible value.If the number obtained in step 2 above(i.e.,the original ASCII equivalent plus the random integer)exceeds N2,then subtract the largest possible multiple of N2 from this number,and add the remainder to N1.Hence the encoded number will always fall between N1 and N2,and will therefore always represent some ASCII character. 4.Dislay the characters that correspond to the encoded ASCII values.  The procedure is reversed when decoding a line of text.Be certain,however,that the same random number is used in decodingas was used in encoding.

3452