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,
2122Draw a flow chart and write a program for the difference between the sum of elements with odd and even numbers. Two dimensional array.
6421Write 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
2091Write a program to implement OOPS concepts such as inheritance, polymorphism, friend function, operator overloading?
TCS,
4763write 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 4451write 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...
1952
Explain virtual inheritance?
Is turbo c++ free?
Will changing wordpress theme affect content?
What does an object() do?
What is the difference between old style and new style classes in python?
How can you sort a list?
What is encapsulation in C++? Give an example.
How dispatch_once runs only once?
What is the difference between new and malloc functions?
What is member function?
Explain how would you handle a situation where you cannot call the destructor of a local explicitly?
Who created c++?
How does polymorphism work?
What is a token method in a csrf attack?
How should runtime errors be handled in c++?