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 3299
What is jinja in django?
What do you mean by list comprehension?
.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; }
What is the difference between for and foreach loop in php?
What is_cli() method does in codeigniter?
Why functions are used in c?
What is overloading and overriding in php?
What is the difference between an array and a list?
What is data structure in php?
Is laravel support caching? Explain
What are the types of strings available in kotlin?
What is the difference between python and shell scripting?
How do you use modulus in python?
What is a motivation behind data visualization in R?
How to redirect a url from http to https in .htaccess?