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) Write a program to read the values a, b and c and display x, where x=a/b–c. Test the program for the following values: (a) a = 250, b = 85, c = 25 (b) a = 300, b = 70, c = 70
1 1825Identify the error in the following program.
include
Identify the errors in the following program.
#include
int age=35; if(age>80) {Console.WriteLine("Boy you are old");} else {Console.WrieLine("That is a good age");}
1322Hello. How to write a C program to check and display president party like if i type in the console "biden" and hit enter the output shoud be : "biden is democrat" and if i type "trump" and hit enter the output shoud be: "trump is republican"
21213. . Explain the Cache memory? What is the advantage of a processor having more cache memory?
1 2936What will the code below print when it is executed? int x = 3, y = 4; if (x = 4) y = 5; else y = 2; printf ("x=%d, y=%d ",x,y);
1942
How we can send email from python?
what is Object Activation ?
Prepare me a program for the animation of train
What is python inheritance?
What is the meaning of ‘escaping to php’?
How do you check whether the two variables are pointing to the same object in python?
What is getch () for?
What is meant by Authorization Mechanism in Laravel ?
What programming language does magento use?
Explain the properties and principles of oop.
Tell me what does the array operator '===' means?
What are actual arguments?
Why everything in python is an object?
What doescout<<(0==0) print out a) 0 b) 1 c) Compiler error: Lvalue required
Explain retry statement in ruby.