Python Related (3312)
PHP Related (7341)
Scala (340)
R Programming (396)
Kotlin (184)
Apache Groovy (39)
Ruby (245)
Go Programming Language (139)
Objective-C (429)
Programming Languages AllOther (746) #include
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
3392#include
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
Why do we use php?
What is bubble sort in c?
Is python interpreted, or compiled, or both?
Explain how can I pad a string to a known length?
What are the characteristics of friend functions?
Explain drupal.
What do you understand by database migrations in laravel? How can we use it?
How long will drupal 7 be supported?
How to redirect user with flashed session data in laravel?
Is c is a procedural language?
What is the role of copy constructor in copying of thrown objects?
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.
How to load a view in codeigniter?
How to declare global variable in objective c?
What is d scanf?