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 17015write 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.
2690In java a final class is a class that cannot be derived. How can you make a similar class in C++
1 4183What 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 7881if 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 8135how much salary u want ? why u join in our company? your domain is core sector why u prefer software ?
19801. 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.
2811What is wrong with this code such that it doesnt produce
the input reversed?
#include
design a counter with the following repeated binary sequence: 0, 1, 2, 3, 4, 5, 6, 7, 8 using JK Flip Flop.
.main() { char *p = "hello world!"; p[0] = 'H'; printf("%s",p); }
What are blocks and procs?
Comment on local and global scope of a variable.
What is the use of pragma in embedded c?
Is scala worth learning?
Explain what is unit in scala?
Does wordpress use html?
How to declare variables in Kotlin?
What is strstr php?
What are features of Django ?
How to execute a stored procedure with TIBSQL?
Given: coordinates of rectangle-> left bottom and right top points. the rectangles create a hole.Find the maximum area of the hole. eg. 4 rectangles create a hole in between. find its area.
How to print exact sql query in zend framework ?
Why should I learn scala?