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

ok how would i do the following extract from a file i have ssns = 267907230 which are in column 7 into a separate data set then create a 2nd job step to extract from the data set created the following "fund code" which is in column 31 and is 113 into yet another data set

1 2077

sir i want to know which posting to apply since i am BE CSE.. also want to know what are the rounds there for my interview...Expecting for ur valuable answer....

2 4590

Write a program in c to input a 5 digit number and print it in words.

11 64037

How to receive strings with spaces in scanf()

7 11448

i want explaination about the program and its stack reprasetaion fibbo(int n) { if(n==1 or n==0) return n; else return fibbo(n-1)+fibbo(n-2); } main() { fibbo(6); }

2 4791

How to connect the .accdb database file of microsoft access to the Visual Basic 6.0 forms?

1 4372

wap in c to accept n number display the highest and lowest value

2 7585

wap in c to accept a number display the total count of digit

4 12467

How to add different images in php program like a job site.......

2 5249

what are the difference between ANSI C and Let Us c and Turbo C

LG Soft,

4 22685

The code is::::: if(condition) Printf("Hello"); Else Printf("World"); What will be the condition in if in such a way that both Hello and world are printed in a single attempt?????? Single Attempt in the sense... It must first print "Hello" and it Must go to else part and print "World"..... No loops, Recursion are allowed........................

HOV Services, IBM, Potty,

14 27592

what is the other ways to find a logic to print whether a number is an even or odd wit out using % symbol??????? i know three different ways to print it. so i need any other different logic>>>>>

TCS,

5 9090

what is virtual destructor

L&T, TCS,

7 13181

i want to know the procedure of qualcomm for getting a job through offcampus

HCL,

1 2546

i want to know aptitude questions,technical questions

2 6724


Un-Answered Questions { Programming Languages }

How can you verify if a given object “X” is a matrix data object?

173


How to Remove drives listed in a TDriveComboBox ?

1941


Hi friends I have experience of 6 months in website design and maintanence. Now i am looking for other IT jobs.. to switch platform. please post any interview you know in chennai.

2271


What are pointers? What are different types of pointers?

1258


What are Data classes ? Aren’t they available in Java ?

245


Explain Higher-Order Functions?

359


Can a function be forced to be inline? Also, give a comparison between inline function and the C macro?

1179


What is variable initialization and why is it important?

1381


In C programming, how do you insert quote characters (‘ and “) into the output screen?

1606


How do you convert strings to numbers in C?

1334


sir please send me bpcl previous question papers

2474


How might you associate Hive to Spark SQL?

60


Do you know what version of laravel do you generally use?

826


Write a program to maintain student’s record. Record should not be available to any unauthorized user. There are three (3) categories of users. Each user has its own type. It depends upon user’s type that which kind of operations user can perform. Their types and options are mentioned below: 1. Admin (Search Record [by Reg. No or Name], View All Records, Insert New Record, Modify Existing Record) 2. Super Admin (Search Record [by Reg. No or Name], View All Records, Insert New Record, Modify Existing Record, Delete Single Record) 3. Guest (Search Record [by Reg. No or Name], View All Records) When first time program runs, it asks to create accounts. Each user type has only 1 account (which means that there can be maximum 3 accounts). In account creation, following options are required: Login Name: <6-10 alphabets long, should be unique> Password: <6-10 alphabets long, should not display characters when user type> Confirm Password: Account Type: Login Name, Password and Account Type should be stored in a separate file in encrypted form. (Encryption means that actual information should be changed and Decryption means that Encrypted information is changed back to the actual information) If any of the above mentioned requirement(s) does not meet then point out mistake and ask user to specify information again. When Program is launched with already created accounts, it will ask for user name and password to authenticate. On successful authentication, give options according to the user’s type.

2069


Which is the latest version of magento?

57