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

why should i select you?

Answer Posted / usha

because i have a strong technical skill in C,C++, core JAVA

Is This Answer Correct ?    0 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the difference between procedural and declarative language?

1188


What is the main difference between calloc () and malloc ()?

1233


What are type modifiers in c?

1096


What are pointers? Why are they used?

1248


What is the size of structure pointer in c?

1115


What are volatile variables in c?

993


How can I change their mode to binary?

1185


What does a pointer variable always consist of?

1157


Is r written in c?

1189


Differentiate between declaring a variable and defining a variable?

1089


What is the use of #include in c?

1126


How can I make sure that my program is the only one accessing a file?

1347


writ a program to compare using strcmp VIVA and viva with its output.

2081


What is the value of uninitialized variable in c?

1088


#include int main(){ int i=10; int *ptr=&i; *ptr=(int *)20; printf("%d",i); return 0; } Output: 20 can anyone explain how came the output is 20

1773