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
3333#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 3301
How to Convert ASCII files to Paradox tables?
How do I know laravel version?
Mention how you can produce co-relations and covariances?
What is dynamic variable in c?
Explain me what is the meaning of a persistent cookie?
Is rpc secure?
What is overloading in oop?
What is the difference between characters 34 and x34?
How we can redirect to another page from controller in zend framework?
Do you know how can we check the value of a given variable is a number?
What is flatmap in python?
List type of inheritance supported in django?
Is python a good first language?
How to include a javascript menu through a site?
Describe which programming language does php parallel to?