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




Scripts Interview Questions
Questions Answers Views Company eMail

What is cdn and how jquery is related to it?

796

Why jquery?

858

How we can apply css in multiple selectors in jquery?

945

How can we apply css in even childs of parent node using jquery library?

881

What are selectors in jquery mean ?

911

How can you select all elements in a page using jquery?

804

Why is jquery better than javascript?

963

Do we need to add the jquery file both at the master page and content page as well?

780

What is the advantage of using the minified version of jquery rather than using the conventional one?

851

When can you use jquery?

826

What is a jquery ?

805

Which version of jquery file should be used?

903

How to get the value of selected option in jquery?

815

What is the name of jquery method used for an asynchronous http request?

833

How we can modify the css class in jquery?

779


Un-Answered Questions { Scripts }

How do I open an asp file in excel?

1022


Define url paremeter of jquery ajax method?

807


How would you update angular 6 to angular 7?

769


Basic methods for opening a popup window using javascript?

976


What is shift command in shell script?

1033


Explain the use of ‘key’ in react list

418


What is cdk in angular?

761


Is it possible to use the word class in jsx?

323


How to convert “20” to number in javascript?

1005


Can we use to open-source library with angular?

899


What is angular and why angular?

836


What are the different types of operators and their order of precedence?

1042


How node prevents blocking code?

515


What is a name function in javascript?

1019


Shifting positional parameter in Linux fedora core ? Hi I have written following shell script for display value of positional. But in 11th and 12 field will display without shifting command. May I know is it advance of Linux of programming code error? #!/usr/bin/bash echo "Bellow is the out of ps command" echo "`ps`" echo "The passing Parameter i.e output of \$1,2... value is:==> $11 " echo "Total number of passed argument \$# is:==> $#" echo "Passed argument names (\$*) are:==>$*" echo "This script PID(\$$) is :=>$$" echo "The name of executing script(\$0) is :==>$0" echo "The Parent ID of this script(\$PPID) is:==>$PPID" And my input to this script is ./scriptname arg1 arg2 arg3 arg4 arg5 arg6 arg7 arg8 arg9 arg10 arg11 arg12 Output Is Bellow is the out of ps command PID TTY TIME CMD 2892 pts/0 00:00:00 bash 3172 pts/0 00:00:00 positional_para 3173 pts/0 00:00:00 ps The passing Parameter i.e output of $1,2... value is:==> arg11 Total number of passed argument $# is:==> 13 Passed argument names ($*) are:==>arg1 arg2 arg3 arg4 arg5 arg6 arg7 arg8 arg9 arg10 arg11 arg12 arg13 This script PID($$) is :=>3172 The name of executing script($0) is :==>./positional_parameter The Parent ID of this script($PPID) is:==>2892 After the ps output please see the next line I.e $11 value comes out without shifting the parameter. How is it give me my friends

2201