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 13164

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 4615

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

2 8154

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

1857

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

TCS,

1944

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 28182

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

3 6454

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

Facebook,

2 4539

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 9693

1.Mutating table

1877

What are events in smartforms?

Accenture,

2271

what is compiler?

NASA,

4 6440

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

1858

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

TCS,

2367

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

Wipro,

2237


Un-Answered Questions { Programming Languages }

What are the three levels of method access control for classes and what do they signify? What do they imply about the method?

5


What is the purpose of the '.frm' file extension? What do thes file contain?

971


What are major variables in research?

1005


Do you know what are bitwise shift operators in c programming?

1106


Which files are required to build module in joomla?

97


What is benefit of namespace (package) in magento?

3


How to turn off crsf protection for specific route in laravel?

671


Which type of server technology is used by joomla?

528


How do you identify independent and dependent variables in regression analysis?

953


What does do in c?

841


How to generate crud code?

3


How would you freeze an object in ruby? Can you provide a simple example?

1


Different ways of adding js. How to add js in hook_form?

131


can we retrieve only integer/String type columns from a table,if yes how?

1935


Is c++ a difficult language?

1128