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

Explain how you can enable csrf (cross site request forgery) in codeigniter?

684

How you will use or add codeigniter libraries?

580

What are the helpers in codeigniter?

642

How do I find out the id of the row I just inserted?

566

How do I see the actual raw sql query generated by ci's active record

647

Mention what is the default url pattern used in codeigniter framework?

627

Explain how you can prevent codeigniter from csrf?

691

What are the features of codeigniter?

677

Explain what are hooks in codeigniter?

620

Can I cache only certain parts of a page?

617

Explain how you can link images/css/javascript from a view in code igniter?

613

How to insert data into database table in codeigniter ?

791

Explain what is inhibitor in codeigniter?

672

How do I migrate my existing 'normal' php site to codeigniter?

630

How do I do a count('foo') using the active record functions?

609


Un-Answered Questions { Programming Languages }

What is different between d6 and d7?

122


What do you think are the most difficult concepts to understand when learning drupal?

145


Explain continue keyword in c

1034


How to open a text file and display its contents?

1010


Explain what are multidimensional arrays?

1096


What does file flush mean?

860


How can one prevent a TForm from being moved or resized?

1688


You have given 2 array. You need to find whether they will create the same BST or not. For example: Array1:10 5 20 15 30 Array2:10 20 15 30 5 Result: True Array1:10 5 20 15 30 Array2:10 15 20 30 5 Result: False One Approach is Pretty Clear by creating BST O(nlogn) then checking two tree for identical O(N) overall O(nlogn) ..we need there exist O(N) Time & O(1) Space also without extra space .Algorithm ?? DevoCoder guest Posted 3 months ago # #define true 1 #define false 0 int check(int a1[],int a2[],int n1,int n2) { int i; //n1 size of array a1[] and n2 size of a2[] if(n1!=n2) return false; //n1 and n2 must be same for(i=0;ia1[i+1]) && (a2[i]>a2[i+1]) ) ) return false; } return true;//assumed that each array doesn't contain duplicate elements in themshelves }

3201


What is oops and why we use oops?

1063


How do you disconnect from the database?

1006


Differentiate *args and **kwargs?

881


How can I open a file so that other programs can update it at the same time?

1205


PLS U SENS ME INTERVIEW O. MY EMAIL ADD, SOFIYA.SINGH@GMAIL.COM

2206


What is meshgrid in python?

826


Tell us what is python? What are the benefits of using python? What do you understand of pep 8?

1001