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 C++ program without using any loop (if, for, while etc) to print prime numbers from 1 to 100 and 100 to 1 (Do not use 200 print statements!!!)
HCL,
2102Draw a flow chart and write a program for the difference between the sum of elements with odd and even numbers. Two dimensional array.
6404Write a C++ program to give the number of days in each month according to what the user entered. example: the user enters June the program must count number of days from January up to June
2074Write a program to implement OOPS concepts such as inheritance, polymorphism, friend function, operator overloading?
TCS,
4744write a program that will accept two integers and will implement division without using the division operator if the second value is an odd number and will implement multiplication without using multiplication operator if the second value is an even number.
1 4404write a program to print the consecutive repeated character from the given string... input string is : hhhhjkutskkkkkggggj output should be like this: hhhhkkkkkgggg anyone help me...
1934
What is the sleeping time of giraffe?
Can django be null?
Explain the advantages of django?
Does wordpress have a database?
Why do we use __ init __ in python?
Explain how can you write your own service provider in laravel?
What is an example of a cms?
What are the three parts of a simple empty class?
How to add review list on product page of magento?
How many types of errors in php?
What is docstring in Python?
Does laravel use mvc?
Tell me can the value of a constant change during the script's execution?
what are the ways in which a constructors can be called?
If class D is derived from a base class B