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

why use "return" statement a) on executing the return statement it immediately transfers the control back to the calling program b) it returns the value present in the parentheses return, to the calling program c) a & b d) none of the above

1104

any restrictions have on the number of 'return' statements that may be present in a function. a) no restriction b) only 2 return statements c) only 1 return statements d) none of the above

1156

what are the advanced features of functions a) function declaration and prototypes b) calling functions by value or by reference c) recursion d) all the above

1136

any "C" function by default returns an a) int value b) float value c) char value d) a & b

1106

in case any function return float value we must declare a) the function must be declared as 'float' in main() as well b) the function automatically returned float values c) function before declared 'float' keyword d) all the above

1047

we called a function and passed something do it we have always passed the "values" of variables to the called function. such functions calles are called a) calls by reference b) calls by value c) calls by zero d) none of the above

1176

int i=3; this declaration tells the C compiler to a) reserve space in memory to hold the integer value b) associate the name i with this memory location c) store the value 3 at this location d) all the above

1321

"%u" unsigned integer print the a) address of variable b) value of variable c) name of a variable d) none of the above

1035

why arguments can generally be passed to functions a) sending the values of the arguments b) sending the addresses of the arguments c) a & b d) none of the above

1148

the process of defining something in terms of itself is called (or) in C it is possible for the functions to call themselves. A function called a) nested function b) void function c) recursive function d) indifinite function

1327

main use of recursive function a) processing speed high b) reduce program length/reduce repeated statements c) if you do not, use iterative methods like, for, while or do-while d) all the above

1119

"C" language developed by "Dennis Ritchie" at AT & T. his remarks are a) too general, too abstract b) could deal with only specific problems c) lost generality of BCPL and B restored d) no remarks

1119

the maximum length of a character constant can be a) 1 character b) 8 characters c) 256 chaacters d) 125 characters

2311

how many keywords are available in 'c' language a) 32 b) 34 c) 45 d) 48

1 4142

The number of bytes of storage occupied by short, int and long are a) 2, 2 and 4 b) 2, 4 and 4 c) 4, 4 and 4 d) none

1260


Un-Answered Questions { Programming Languages }

What are the general description for loop statement and available loop types in c?

1140


When do we run a shell in the unix system? How will you tell which shell you are running?

998


What are the applications supported by valet?

653


What is pyunit in python?

812


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

1559


What type of function is main ()?

1057


What header file is needed for exit(); a) stdlib.h b) conio.h c) dos.h

1066


What is active record(ar) in yii?

3


What is type casting in go programming?

1


How to name your module?

146


can any one suggestion me present which course(except java,.net) has huge demand in the market?

2083


What is the usage of break statement in go programming language?

1


How do you write a function that can reverse a linked-list?

1135


What is the significance of scope resolution operator?

1435


Is sizeof a keyword in c?

986