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 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);
1887
Why c++ is better than c language?
Is php 5 still supported?
Does python support database programming?
What is with() in laravel?
Explain about type library?
Whats oop mean?
What is a dll entry point?
Are custom post types or custom database tables for plugin development?
find max length of any given sublist?
main() { printf("hello"); fork(); }
How can I read in an object file and jump to locations in it?
How do I create an mfc application in vc++?
What is a php certification?
How to do a locate on a non-indexed field?
Is wordpress database encrypted?