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 1742Identify 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");}
1261Hello. 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"
20803. . Explain the Cache memory? What is the advantage of a processor having more cache memory?
1 2864What 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);
1884
Multiply an Integer Number by 2 Without Using Multiplication Operator
what is stack , heap ,code segment,and data segment
How to create a section in Joomla?
How do you determine the length of a string value that was stored in a variable?
Write a program using while loop?
How do you differentiate var and val in Kotin?
How do I send 5 emails and a text message efficiently to newly registered users?
How to swap two values in golang?
How to add blog in magento?
Where to use the theme hook?
Do sets, dictionaries and tuples also support comprehensions?
What's the difference between django onetoonefield and foreignkey?
Explain different ways to create an empty numpy array in python?
Define step() function in Kotlin?
What is wamp for?