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

Un-Answered Questions { C++ General }

If all is successful, what should main return a) 0 b) 1 c) void

1073


C is to C++ as 1 is to a) What the heck b) 2 c) 10

1113


Which sort is best for the set: 1 2 3 5 4 a) Quick Sort b) Bubble Sort c) Merge Sort

1100


What does the following code do: int c=0; cout< a) Undefined *Updated* b) 01 c) 00

1123


What is the maximum value of a unsigned char a) 255 b) 256 c) 128

1120


In int main(int argc, char *argv[]) what is argv[0] a) The first argument passed into the program b) The program name c) You can't define main like that

1160


In which header file does one find isalpha() a) conio.h b) stdio.h c) ctype.h

1259


Which is not a valid keyword a) public b) protected c) guarded

1307


What is the correct syntax for inheritance a) class aclass : public superclass b) class aclass inherit superclass c) class aclass <-superclass

1248


What does the following do: for(;;) ; a) Illegal b) Loops forever c) Ignored by compiler...not illegal

1217


Of the numbers 12 23 9 28 which would be at the top of a properly implemented maxheap a) 28 b) 9 c) Any of them could be

1470


What are pointers, when declared, intialized to a) NULL b) Newly allocated memory c) Nothing. Its random

1190


What is the last index number in an array of 100 characters a) 100 b) 99 c) 101

1227


Would you rather wait for quicksort, linear search, or bubble sort on a 200000 element array? (Or go to lunch...) a) Quicksort b) Linear Search c) Bubble Sort

1108


What do nonglobal variables default to a) auto b) register c) static

1197