Programming Languages Interview Questions
Questions Answers Views Company eMail

If the variable $a is equal to 5 and variable $b is equal to character a, what’s the value of $$b? Can anyone explain how's the value of $$b=100

ABC, Asan, Indivar, Swistro Marketing Solutions,

15 22426

what is the output of the following program? #include void main() { float x=1.1; while(x==1.1) { printf("\n%f",x); x=x-0.1; } }

6 18796

what is the output of the following program? #include void main() { int x=4,y=3,z; z=x-- -y; printf("\n%d %d %d",x,y,z); }

14 15947

hi this is uday i want prepare for nic exam if any one have previous question papers please send me or atlest guide me how to prepare my ID is udaykiran4u@in.com

1469

Is the cookies are available on cross domain?

2 5050

Can anyone send me NIC question papers alongwith answers on nidhi1485@yahoo.co.in? Urgently needed.. Thanks in advance

1834

write a program to generate bill screen 1.1st page should get the number of products to be billed. 2.2nd page should display the number of rows according to the number of products given in the first page. 3.Each row should have a text box for a.product name b.quantity c.unit price d.item price = quantity x unit price This should be automatically calculated not to be entered by the user. 4.After entering the products calculate sales-tax for the total amount which 8.25%. 5.After entering these values you have to generate the bill in the next page with a unique number for the bill. can anyone solve this problem..i am in need to solve this problem..pls help me

Yahoo,

1 7764

plz send me National informatics center paper pattern

1 3341

Hai, My name is nisha.I have NIC exam.If anybody Knows NIC previous paper pattern pls send me to nishanairp@gmail.com

1741

do you think its fraud or original company?

1543

hi i am jyoti i have done sap training in sd and master degree in economics have 2 year exp as enduser in (gdms)and 1 year as sd consultant.as contract basis now what i can do for getting job in it industry

HCL,

1650

what is the output of the following code? main() { int I; I=0x10+010+10; printf("x=%x",I); } give detailed reason

3 24332

what is meant by life cycle of a business

IBM,

1696

How to send Email using PHP with MySQL in Linux Server?..

3 7394

Can we include one C program into another C program if yes how?

Infosys,

7 10533


Un-Answered Questions { Programming Languages }

Does * p ++ increment p or what it points to?

610


Which of the delimiter is ASP style?

620


What is extern storage class in c?

509


Explain how can you check to see whether a symbol is defined?

656


How to redirect form controller to view file in laravel?

392






What is the difference between structure and class?

552


What is long in c++?

733


How do you create a page in wordpress?

88


Explain an extended example of connections?

47


What is data type in php?

520


How do I interpret the requirements form the user side and decide on the right cms that is required?

66


What is empty () in php?

520


What is set when we have to use?

468


how pseudo column works?

1717


How do you write a function that can reverse a linked-list?

572