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

Topic :: Program





Program Interview Questions
Questions Answers Views Company eMail

A variable that is defined in a specified portion of a program but can be used throughout the program a) global variable b) local variable c) character d) none

1305

A text file that contains declarations used by a group of functions,programs,or users a) executable file b) header file c) obj file d) .cfile

1153

A routine usually part of the operation system that loads a program into memory prior to execution a) linker b) loader c) preprocessor d) compiler

1153

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

1142

the portion of a computer program within which the definition of the variable remains unchanged a) mode b) module c) scope d) none

1108

What output does this program generate as shown? Why? class A { A() { cout << "A::A()" << endl; } ~A() { cout << "A::~A()" << endl; throw "A::exception"; } }; class B { B() { cout << "B::B()" << endl; throw "B::exception"; } ~B() { cout << "B::~B()"; } }; int main(int, char**) { try { cout << "Entering try...catch block" << endl; A objectA; B objectB; cout << "Exiting try...catch block" << endl; } catch (char* ex) { cout << ex << endl; } return 0; }

1086

how do you execute a c program in unix.

1156

Can recursive program be written in C++?

1269

Write a recursive program to calculate factorial in c++.

1138

Write a Program for find and replace a character in a string.

1129

Write a Program for dynamically intialize a 2 dimentional array. Eg:5x20, accept strings and check for vowels and display the no.finally free the space allocated .

1200

Write a Program for read a line from file from location N1 to N2 using command line arguments. Eg:exe 10 20 a.c

1334

Write a Program to find the largest of 4 no using macros.

1139

Write a program for Divide a number with 2 and Print the output ( NOTE: Check for divide by zero error).

1156

Can you think of a situation where your program would crash without reaching the breakball, which you set at the beginning of main()?

1 1721




Un-Answered Questions { Program }

what is the include program name?

2173


What is the program to maintain change run?

2192


What does the program RSMDCNVEXIT check?

2590


What is the alpha check execution program?

2271


How does u handle this COM components developed in other programming languages in .NET?

2166


Allowed program to auto-correct the database when loading a presentation.

2312


Describe the difference between Interface-oriented, Object-oriented and Aspect-oriented programming

12050


Which is your favorite editor, shell, programming shell and why?

2577


What is the term for decomposing a software program so that latent design information can be extracted? 1. Reengineering 2. Regression 3. Restructuring 4. Reusability 5. Reverse engineering

2262


Program for Prime numbers and Matrix plz explain me the procedural method with steps

2811


What is unique about B.L.M business that would impact the future client/server architechture or software needs of your G.I.S programme?

2281


HOW TO TRANSFER VENDOR MASTER DATA FROM LEGACY SYSTEM TO SAP SYSTEM THRU LSMW (IN LSMW, USING DIRECT INPUT PROGRAM:RFBIKR00)

3824


Enhance the Debug() function so that the programmer has to press Enter or Return after debugging is deactivated?

2570


How will you make .NET programs work in Linux ?

2061


What are the functions of the typical server program?

2867