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

#include main() { int a[3]; int *I; a[0]=100;a[1]=200;a[2]=300; I=a; Printf(“%d\n”, ++*I); Printf(“%d\n”, *++I); Printf(“%d\n”, (*I)--); Printf(“%d\n”, *I); } what is the o/p a. 101,200,200,199 b. 200,201,201,100 c. 101,200,199,199 d. 200,300

Tieto,

4 13144

A MobileNumber is a VIP number if it satisfy the following conditions. The operator should be Vodafone. Atleast one 0 (Zero) should be exist in mobile number. The number should not end with 8. The single digit sum of all the digits in the number should be equal to 9. For example if the number is 9876543210, the sum is 9+8+7+...+1+0 = 45. Sum of 4+5 = 9. Write a method: private boolean isVIPMobileNumber(String mobileNum, String operator) mobileNum phone number operator mobile operator as bsnl, Vodafone

1 4607

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

2 8148

Hello Experts, What is the difference between move and move corresponding exactly? please post me asap

1849

Hi I am Rathnam, How To Remove the duplicates with out using remove duplicate stage in the datastage

TCS,

1933

int array[]={1,2,3,4,5,6,7,8}; #define SIZE (sizeof(array)/sizeof(int)) main() { if(-1<=SIZE) printf("1"); else printf("2"); }

Vector,

2 28171

How to add two numbers without using semicolon n c????

3 6436

#‎include‬ void main() { int i; for(i=5;0;i++) { printf("%d",i); } }

Facebook,

2 4519

9. Read the function conv() given below conv(int t) { int u; u=5/9 * (t-32); return(u); } What is returned (a) 15 (b) 0 (c) 16.1 (d) 29

TCS,

2 9691

1.Mutating table

1866

What are events in smartforms?

Accenture,

2269

what is compiler?

NASA,

4 6418

hii I inntrested abt scjp certification but i dont knw abt scjp plz send details abt scjp exam and syllabus.

1854

4. What is the need of START 0? Instead if can we use any other numeric? If we use what will happen?

TCS,

2363

5. How do you round the addition or subtraction of two numbers in assembler?

Wipro,

2227


Un-Answered Questions { Programming Languages }

Is django better than node?

452


What is recommended way to install django?

535


What is joomla pdf?

131


Which is better scala or python?

1


Does c++ support exception handling?

1067


How are 16- and 32-bit numbers stored?

1289


What is __ invoke in php?

985


What is cache in codeigniter?

627


What is the difference between php traits vs interfaces?

964


What is the differce between contracts and facades?

663


How does determine the python manage the memory?

982


What ways to use WordPress?

169


Explain unexpected() function?

1102


What are the differences between mysqli_connect and mysqli_pconnect?

1004


What is the process of creating a project in django?

567