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

Linked list is a Linear or non linear explain if linear how it working as a non linear data structures

2191

without if else statement can be written ah

2490

Is there any error below, its a code to delete all entires from a map #include #include iostream.h int main() { int i =0; map TestMap; while(i<3) { TesMap.insert(TestMap::value_type(i,Test)); i++; } typedef map :: iterator mapIter =TestMap.begin(); if(mapIter!=TestMap.end()) { TestMap.erase(mapItrer); ++mapIter; } return 0; }

2400

Write a program that takes a 5 digit number and calculates 2 power that number and prints it

ABS, Accenture, HCL, Infosys, Infotech, SoftSolve, Software India, TCS, Vertex, Vimukti Technologies,

5 15879

how can I use bread crumb in PHP ?

2 4804

program in c++ that can either 2 integers or 2 floating point numbers and output the smallest number

Anna University,

1 8481

What is deffience betwwen get() , Post , Request()

3 6032

why all c++ program must have default constructor?

IBM,

6 11436

20% of a 6 litre solution and 60% of 4 litre solution are mixed what the % of mixture of solution it is resulted into?

IonIdea,

5 13618

in the following, A D B G E C F Each of the seven digits from 0,1,2,3,4,5,6,7,8,9 is: a)Represented by a different letter in abov fig: b)Positioned in the fig abov so tht A*B*C,B*G*E,D*E*F are equal. wch does g represents? C

IonIdea,

1 5737

monkey starts climbing up a tree 20ft tall,each hour ,it hops 3ft and slips back by 2ft .how much time it wil tak to reach top of the tree?

IonIdea,

13 45314

write a program wch produces its own source code aas its output?

IonIdea,

1 7433

write a program which will count occurance of a day between two dates.

IonIdea,

1 6859

how to set Nth bit of variable by using MACRO

HCL,

3 27088

#include void main() { int a,b,c; a=b=c=1; c=++a || ++b && ++c; printf("%d\t%d\t%d",a,b,c); }

3 9795


Un-Answered Questions { Programming Languages }

Write a program to generate the Fibinocci Series

1246


How to use session in yii?

3


How do we make a global variable accessible across files? Explain the extern keyword?

1888


Which are the core optional modules in drupal 6.x?

117


Why main is used in c?

1082


How does free know the size of memory to be deleted

865


What do you mean by category and when to use it?

1


What are drupal 8 hooks?

111


What is the outcome of cout< a) 16 b) 17 c) 16.5

1025


What is the difference between calling super and calling super()?

1


What is "Hungarian Notation"?

1122


what is implementation measures in CSRF Protection ?

1268


What is the directory structure of laravel 5.6?

693


What is gui in python?

955


If a header file is included twice by mistake in the program, will it give any error?

1065