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

method overloading means what?

CTS,

2 5779

Child cObj = new Parent() Wahts the output ?

Patni, TCS,

8 19611

WHAT IS DIFF BETWEEN int a[][]=[4] int [][]a=[4]

HCL,

2 6053

main() { int i; printf("%d", &i)+1; scanf("%d", i)-1; }

1 4856

In the below code, how do you modify the value 'a' and print in the function. You'll be allowed to add code only inside the called function. main() { int a=5; function(); // no parameters should be passed } function() { /* add code here to modify the value of and print here */ }

1 3144


main() { int *ptr=(int*)malloc(sizeof(int)); *ptr=4; printf("%d",(*ptr)+++*ptr++); }

Vector, Vector Solutions,

5 42320

How to apply Cake php ajax pagination?

1 6660

through which algorithm does the garbage collector works? how the garbage collector will understand that the object will going to be deleted?

Motorola,

2529

Write a program that takes a 5 digit number and calculates 2 power that number and prints it.

CTS,

2574

Snake Game: This is normal snake game which you can find in most of the mobiles. You can develop it in Java, C/C++, C# or what ever language you know.

3014

Hi can you please help for the following. I have a ASP.Net web page I want to print the whole page how is it possible? I want It in ASP also.Please send me the solutions dipankar.hazari@gmail.com . Thanks in advance.

Philips,

2731

struct node {struct node*temp,*new} prinf("%d",sizeof(struct node));

2 4368

m=++i&&++j(||)k++ printf("%d"i,j,k,m)

ABC,

1 5796

char p="data"; printf(p);

2 4823


Un-Answered Questions { Programming Languages }

What are the 5 organizational structures?

1032


Why c++ is created?

1008


What are the immutable build-in data types of python?

1038


Tell us how can we access the data sent through the url with the post method?

995


How to set the default form font in Delphi?

2222


Is c# a good language?

1015


Do you need classes in python?

869


How do I set up a subdomain?

154


How to Use JPEGs from resource files ?

1750


If you are ever stuck in an infinite loop, how will you break out of it?

958


What are the types of pointer?

1098


What are the advantages and disadvantages of Kotlin?

265


Write a program to swap two numbers without using third variable in c?

1135


Is wordpress hosting free?

145


IS IT NECESSARY TO INITIALIZE VARIABLE? WHAT IF THE INSTANCE VARIABLE IS DECLARED final ? IS IT NECESSARY TO INITIALIZE THE final VARIABLE AT THE TIME OF THEIR DECLARATION?

2071