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

print the table 5 in loops

3 4233

What is function overriding?

1 3138

how to print 212 as Twohundreds twelve plz provide me ans soon

1 4706

what does yield function do? what is the difference between return and yield?

1 2975

int i=0,j; j=++i + ++i ++i; printf(" %d",j);

ME,

2 4223

what message is sent to an application when the user presses the primary button?

University Exams,

1890

Where You Can Use Interface in your Project

KPIT,

1936

#include #include void main() { clrscr(); int a=0,b=0,c=0; printf("enter value of a,b"); scanf(" %d %d",a,b); c=a+b; printf("sum is %d",c); getch(); }

2 4460

What is the output of the following x = "abcdef" i = "a" for i in x: print(i), a) no output b) i i i i i i … c) a a a a a a … d) a b c d e f

Peerless,

3392

List and explain any five built in functions for Lists data type in python

Peerless,

1 2879

Explain three modes in which files can be accessed from python program

Peerless,

1814

Write a program to find factorial of a number using functions

Peerless,

1754

Write a program to read and print a text file on screen

Peerless,

1 2506

#include int main() { if ("X" <"x") printf("X smaller than x "); } my question is whats the mistake in this program? find it and please tell me..

3 5119

int main() { int days; printf("enter days you are late"); scanf("%d",days); if (days<=5) printf("5o paisa fine"); if (days<=10&&days>=6) printf("1rs fine"); if(days>10) printf("10 rs fine"); if(days=30) printf("membership cancelled"); return 0; } tell me whats wrong in this program? is it right?

2 3389


Un-Answered Questions { Programming Languages }

Why do we use php?

1002


What is bubble sort in c?

1100


Is python interpreted, or compiled, or both?

966


Explain how can I pad a string to a known length?

1249


What are the characteristics of friend functions?

1072


Explain drupal.

126


What do you understand by database migrations in laravel? How can we use it?

727


How long will drupal 7 be supported?

99


How to redirect user with flashed session data in laravel?

731


Is c is a procedural language?

1128


What is the role of copy constructor in copying of thrown objects?

1117


Write a program to display all the prime nos from 1 to 1000000, your code should not take time more than a minute to display all the nos.

2124


How to load a view in codeigniter?

629


How to declare global variable in objective c?

1


What is d scanf?

1140