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

Hi this is amul jani here, i complied my graduation in B.com stream.. but as career i looking for PHP language.. to get shape my career. so is that possible to enter in IT world.. for me how much scope of develop my career in this field.. amul jani

2016

Why we not create function inside function.

2193

What is abstract Method i want the exact definition and is there any possibility to declare class as abstract without any abstract methods in that class?If it is possible then tell me why and how?

1923

what is the main usage of an abstract keyword?please follow the program class A { void display() { System.out.println("hai"); } void print() { } } class B extends A { void print() { System.out.println("Hello"); } } In this program i was gives the implementation of print() according to my requirements in subclass.And there is no definition in superclass then why we can use abstract keyword before a method that i want to gives definition in other classes,is any mistakes in the above usage of method?

1989

what are wrapper classes

2 4061

how to write a c program to print list of fruits in alpabetical order?

2294

• What are the desirable attributes for memory managment?

2225

what will we require to build project with the help of oracle

1841

main() { intx=2,y=6,z=6; x=y=z; printf(%d",x) }

Amazon, HCL, Thought Works,

5 22500

What is C language ?

Jekson,

1965

2. What does static variable mean?

2 5150

write a program to display numbers from 1 to 10 and 10 to 1?

2 5942

what is object?

7 8290

write a program in c language to print your bio-data on the screen by using functions.

College School Exams Tests, IBM,

6 66656

write a program in c language to print your bio-data on the screen by using functions.

6785


Un-Answered Questions { Programming Languages }

How do I run a py file in python shell?

853


Tell me how you define instance variable, global variable and class variable in ruby?

1


#include #include struct stu { int i; char j; }; union uni { int i; char j; }; void main() { int j,k; clrscr(); struct stu s; j=sizeof(s); printf("%d",j); union uni u; k=sizeof(u); printf("%d",k); getch(); } what is value of j and k.

6293


What does new return if there is insufficient memory to make your new object?

1028


What do you mean by implicit parameters?

1


What does orm stand for?

798


Why use yii 2.0 framework?

3


Write a function that swaps the values of two integers, using int* as the argument type?

1025


How many different levels of pointers are there?

1207


Give an example of shuffle() method?

816


How many levels deep can include files be nested?

1138


How to Set break on exception in Delphi 4?

1754


Why cant I open a file by its explicit path?

1027


How can you see the raw sql queries that django is running?

476


How can you send http header to the client in php?

1006