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

in any language the sound structure of that language depends on its a) character set, input/output function, its control structures b) character set, library functions, input/output functions its control structures c) character set, library functions, control sturctures d) character set, operators, its control structures

1219

which is conditional construct a) if statement b) switch statement c) while/for d) goto

1233

a construct the"else" part of "if" statement contains anoth "if else" statement is called a) if-else b) else-if-else c) if-else-if-else d) chain if/if-else-if

1158

in multiple branching construct "default" case is a) optional b) compulsarily c) it is not include in this construct d) none of the above

1085

the constant value in the case label is followed by a a) semicolon b) colon c) braces d) none of the above

1279

while loop contains parts a) initialisation, evalution of an expression,increment /decrement b) initialisation, increment/decrement c) condition evalution d) none of the above

1265

the statement while(i) puts the entire logic in loop. this loop is called a) indefinite loop b) definite loop c) loop syntax wrong d) none of the above

1067

exit () is used to a) exit () terminates the execution of the program itself b) exit () terminates the execution of the loop c) exit () terminates the execution of the block d) none of the above

1145

any C program contains only one function, it must be a) void () b) main () c) message () d) abc ()

1138

any limit on the number of functions that might be present in a C program a) max 35 functions b) max 50 functions c) no limit d) none of the above

1068

C program execution always begins with a) #include b) comment (/*-------*/) c) main() d) declaration instructions

1075

any function have arguments one or more OR not . it is compulsary a) any function compulsary have one or more arguments b) any function did not have arguments. It is not compulsary c) it is optional it is not compulsary d) none of the above

1139

a function gets called when the function name is followed by a a) semicolon (;) b) period(.) c) ! d) none of the above

1410

printf(), scanf() these are a) library functions b) userdefined functions c) system functions d) they are not functions

1181

why use functions a) writing functions avoids rewriting the same code over and over b) using functions it becomes easier to write programs and keep track of what they are doing c) a & b d) none of the above

1169


Un-Answered Questions { Programming Languages }

What is the difference between laravel and codeigniter?

632


How to make horizonatl menu and vertical menu responsive

2322


How to Print a TStringGrid / TDBGrid?

1799


Is django a high-level web framework or low-level framework?

473


What are the different types of control structures?

1057


What is a web content management system?

172


What is api in codeigniter?

626


What is structure in c language?

1196


find out largest elemant of diagonalmatrix

2276


What do you mean by friend class & friend function in c++?

1079


How do I protect my wordpress site from malware?

149


How many ways to include array elements in double-quoted strings using php?

1064


What is taxonomy in drupal?

147


Is there a way to jump out of a function or functions?

1131


When does a dictionary is used instead of a list?

829