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 find a given no. is divisible by 3 or not without using any arthimetic operators?
3 16887write a c++ program to create class student having datamember name,Roll_no,age,and branch intilcization all the member using constructor print the all the details on the screen.
2658In java a final class is a class that cannot be derived. How can you make a similar class in C++
1 4098What is true about the following C Functions (a) Need not return any value (b) Should always return an integer (c) Should always return a float (d) Should always return more than one value
2 7794if int1 has the value 12, int has the value 18, and int3 has the value 21, what is the result: int1 < int2 && int2 < int 3
3 8006how much salary u want ? why u join in our company? your domain is core sector why u prefer software ?
19341. Write a function to display the sum of two numbers in the following ways: By using (i) pass by value (ii) pass by address a. function with argument and with return value b. function with argument and without return value c. without argument , with return value d. without argument , without return value Note: Use pass by address.
2764What is wrong with this code such that it doesnt produce
the input reversed?
#include
Is youtube written in python?
How can add the captcha in registration page for drupal?
What is the function func_num_args() used for?
Write a C program to help a HiFi’s Restaurant automate its breakfast billing system. Your assignment should implement the following items: a. Show the customer the different breakfast items offered by the HiFi’s Restaurant. b. Allow the customer to select more than one item from the menu. c. Calculate and print the bill to the customer. d. Produce a report to present your complete program and show more sample output. Assume that the HiFi’s Restaurant offers the following breakfast menu: Plain Egg $2.50 Bacon and Egg $3.45 Muffin $2.20 French Toast $2.95 Fruit Basket $3.45 Cereal $0.70 Coffee $1.50 Tea $1.80
Which ide is better for python?
Is wordpress or wix better?
Do you know what is the function mysql_pconnect() usefull for?
What is python good for?
what is programmable BIST in today ic design
What are custom post types?
Explain how data is aggregated in r?
Write the syntax to set the path for a current working directory in r environment?
What does char * * argv mean in c?
What are reserved words with a programming language?
Tell me how does the ternary operator work in python?