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 1747Identify 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");}
1262Hello. 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"
20813. . Explain the Cache memory? What is the advantage of a processor having more cache memory?
1 2865What 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);
1887
What is binary tree in c?
What are implicit parameters in Scala?
How to add custom cell in uitableview in objective c?
Specify a DefaultExpression for a TField object?
What is the difference between rnorm and runif functions ?
How can I find out how much free space is available on disk?
Is reference counting garbage collection?
Mention the purpose of istream class?
In C programming, what command or code can be used to determine if a number of odd or even?
What happens when you create a block?
What is the difference between == and === operators in Kotlin?
Explain what does the format %10.2 mean when included in a printf statement?
How to install scala? Explain
What are 'near' and 'far' pointers?
What is Joomla Modules?