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...



Programming Languages Interview Questions
Questions Answers Views Company eMail

a way in which a pointer stores the address of a pointer which stores the value of the target value a) reference b) allocation c) multiple indirection d) none

1177

the number of measuring units from a arbitrary starting point in a record area or control block to some other point a) branching b) recording pointer c) none d) offset

1121

An expression to whose value an operater is applied a) operand b) variable c) constant d) all of the above

1184

Evaluate the following expression as C++ would do :8 * 9 + 2 * 5 a) 82 b) 79 c) 370 d) list

1015

Which is not an ANSII C++ function a) sin() b) tmpnam() c) kbhit()

1558

What does getch() do according to the ANSI C++ standard a) Reads in a character b) Checks the keyboard buffer c) Nothing in particular (Its not defined there)

1074

Will a C compiler always compile C++ code a) Yes b) No c) Only optimized compilers

1076

What ANSI C++ function clears the screen a) clrscr() b) clear() c) Its not defined by the ANSI C++ standard

1050

What number of digits that can be accuratly stored in a float (based on the IEEE Standard 754)? a) 6 b) 38 c) An unlimited number

1288

Which of the following is evaluated first: a) && b) || c) !

2381

What does 7/9*9 equal ? a) 1 b) 0.08642 c) 0

974

Which of the following is not a valid declaration for main() a) int main() b) int main(int argc, char *argv[]) c) They both work

1097

Evaluate as true or false: !(1 &&0 || !1) a) True b) False c) Invalid statement

1205

Which command properly allocates memory a) char *a=new char[20]; b) char a=new char[20]; c) char a=new char(20.0);

1073

What operator is used to access a struct through a pointer a) >> b) -> c) *

1134


Un-Answered Questions { Programming Languages }

Is javascript written in c?

1081


a program that performs some preliminary processing in C, it acts upon certain directives that will affect how the compiler does its work a) compiler b) loader c) directive d) preprocessor

1106


Is ruby a dying language?

1


What is pure virtual function? Or what is abstract class?

1078


What does file flush mean?

860


What is anonymous (lambda) function in scala?

1


How to search data from database in codeigniter?

595


Is magento 1.9 still supported?

1


what is difference between PHP4 , PHP5

2378


How to Create a custom TInplaceEdit for TDBGrid ?

2388


What is difference between match & search in regex module in python?

919


What is Category Manager?

171


What are objects in python?

966


What is void pointers in c?

1028


Is objective c the same as c++?

1