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



Code Snippets Interview Questions
Questions Answers Views Company eMail

What are PIDs?

1 2872

How do you write a while loop in shell?

1 2574

How do you remove a file?

1 2704

How do you remove recursively?

1 2904

How do you find out your own username?

1 3003

How do you count words, lines and characters in a file?

1 2644

How do you search for a string inside a given file?

1 2948

How do you search for a string inside a directory?

1 2613

How do you search for a string in a directory with the subdirectories recursed?

1 2560

How do you list currently running process?

1 2593

How do you find out what’s your shell?

1 2826

How do you fire a process in the background?

1 2872

How do you refer to the arguments passed to a shell script?

1 2525

What’s the conditional statement in shell scripting?

1 3081

How do you do number comparison in shell scripts?

1 2760


Un-Answered Questions { Code Snippets }

We need to write the function to check the password entered is correct or not based on the following conditions.. a) It must have atleast one lower case character and one digit. b)It must not have any Upper case characters and any special characters c) length should be b/w 5-12. d) It should not have any same immediate patterns like abcanan1 : not acceptable coz of an an pattern abc11se: not acceptable, coz of pattern 11 123sd123 : acceptable, as not immediate pattern adfasdsdf : not acceptable, as no digits Aasdfasd12: not acceptable, as have uppercase character

4557


I am configuring my anaconda file in linux, i want to use as kickstart file, in post installation how can i edit file or change the content of file and save it.

2366


Write a Program to find the sum of digits of a given number until the sum becomes a single digit.

924


Write a (n) algorithm that sorts n distinct integers, ranging in size between 1 and kn inclusive, where k is a constant positive integer. (Hint: Use a kn-element array.)

5055


Code for Creating a Form Using PlaceHolder Controls?

2911


create a stucture student containing field for roll no,class,year and marks.create 10 student annd store them in a file

2771


Reading which Non-Character Key was pressed

2302


Discuss an algorithm to traverse a tree, depth first.

1769


Write code that allows to create only one instance of a class?

916


Cluster head selection in Wireless Sensor Network using C programming language.

3819


output for printf("printf");

2605


plz tell me the exam date for clerks in sbi

2222


Performance Algorithm A performs 10n2 basic operations and algorithm B performs 300 lg n basic operations. For what value of n does algorithm B start to show its better performance?

7907


3. Program to find the Sum of give series. a. (1)+(1+2)+(1+2+3)+(1+2+3+4)+……………………………….. b. 1/1+1/9+1/25+1/49+……………...

5033


Write a Program to find the number of words in a sentence.

944