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 4117

What is function overriding?

1 3069

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

1 4646

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

1 2902

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

ME,

2 4127

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

University Exams,

1830

Where You Can Use Interface in your Project

KPIT,

1893

#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 4351

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,

3333

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

Peerless,

1 2810

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

Peerless,

1774

Write a program to find factorial of a number using functions

Peerless,

1706

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

Peerless,

1 2436

#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 5007

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 3299


Un-Answered Questions { Programming Languages }

What is jinja in django?

506


What do you mean by list comprehension?

990


.find the output of the following program? char*myfunc(char*ptr) { ptr +=3; return (ptr); } int main() { char*x,*y; x="HELLO"; y=myfunc(x); printf("y = %s ",y); return 0; }

2589


What is the difference between for and foreach loop in php?

1091


What is_cli() method does in codeigniter?

626


Why functions are used in c?

1141


What is overloading and overriding in php?

1168


What is the difference between an array and a list?

1033


What is data structure in php?

1009


Is laravel support caching? Explain

699


What are the types of strings available in kotlin?

160


What is the difference between python and shell scripting?

893


How do you use modulus in python?

904


What is a motivation behind data visualization in R?

97


How to redirect a url from http to https in .htaccess?

985