Programming Languages Interview Questions
Questions Answers Views Company eMail

print the table 5 in loops

3 3067

What is function overriding?

1 2285

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

1 3967

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

1 2214

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

ME,

2 3175

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

University Exams,

1381

Where You Can Use Interface in your Project

KPIT,

1415

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

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,

2761

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

Peerless,

1 2089

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

Peerless,

1307

Write a program to find factorial of a number using functions

Peerless,

1231

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

Peerless,

1 1645

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

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 2221


Un-Answered Questions { Programming Languages }

How to use update statement in laravel?

393


What do you maen by method spoofing in laravel 5?

406


What does a drupal developer do?

88


Why do we need volatile in c?

733


When to use get and post request?

543






What is php rest api?

522


What is key lambda in python?

456


For drupal module development code review which module can be used?

70


What are features of Django ?

248


What are c header files?

568


What is the use of activex?

397


Why wordpress.com is considered more secure than wordpress.org?

106


Which is the best web server?

524


How do I create a social menu in wordpress?

96


What is main function in c++ with example?

549