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 1729Identify 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");}
1259Hello. 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"
20753. . Explain the Cache memory? What is the advantage of a processor having more cache memory?
1 2857What 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);
1877
Is magento is a cms?
How you can write multiline strings in go?
How do I restore my wordpress theme?
How to check column is exists or not in a table using laravel?
Is array empty php?
How to set the desktop icon color in code, or make the text behind them transparent?
Executing dml commands through python programs?
Explain container class.
What is vectorial capacity?
In python, how can you generate random numbers?
Do I need a hosting site for wordpress?
How to read a file in Ruby?
What is the use of cmath in c++?
Does Kotlin support both Explicit conversion and Implicit conversions?
What is the difference between indexed and associative array?