write a C program : To find out the number of identical words in two files . the file name should be taken as command line argument .
1 5964write a C program:There is a mobile keypad with numbers 0-9 and alphabets on it. Take input 0f 7 keys and then form a word from the alphabets present on the keys.
1 15937write a C program: To recognize date of any format even formats like "feb-02-2003","02-february-2003",mm/dd/yy, dd/mm/yy and display it as mm/dd/yy.
3774write a C program: To search a file any word which starts with ?a?. If the word following this ?a? starts with a vowel.Then replace this ?a? with ?a? with ?an?. redirect with the output onto an output file.The source file and destination file are specified by the user int the command line.
2820i have been shortlisted for united bank of India po interview....what kind of question do they ask in interview...pls do reply...m confused
5 10921Test on three subjects Physics, Chemistry & Biology are to be conducted simultaneously the number of candidates for the tests are 68, 36 and 72 respectively. Candidates are to be seated in different rooms such that each room will have candidates of the same subject and the load on each invigilator be the same i.e. the number of candidates in each room should be the same what is the minimum number of rooms you need for the purpose
2 9351write a program to convert a expression in polish notation(postfix) to inline(normal) something like make 723+* (2+3) x 7 (not sure) just check out its mainly printing expression in postfix form to infix.
2778Suppose i have two threads t1 and t2 are running.How the main thread will know that the two threads t1,t2 execution has completed?
2 12557A process is running for 1000 times.How to kill all processes except one i.e kill 999 processes?
1 3592Post New Subex Interview Questions
What are operators available in sql?
How do abstract classes differ from interfaces?
Which of the languages does Python resemble in its class syntax?
When will the company get to profitability? - Venture Capitalists
What are the limitations oracle database 10g xe?
How is a Bill of Exchange discharged? (
How do you navigate between different webdynpro applications?
What is sql injection? How to protect against sql injection attack?
textbox has viewstate property,but it does not depend on its property to retain their data across page,Explain.
Why does comparing strings in python using either β==β or βisβ sometimes produce a different result?
What is uitableviewdatasource?
Can inner class have constructor?
what are the disadvantages in GIS over AIS
What is a sales organization, distribution channel, division?
Why does java have two ways to create child threads? Which way is better?